Warlord
#ba0033
Warlord, represented by the hex value #ba0033, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ba0033 | |
|---|---|---|
| RGB | rgb(186, 0, 51) | |
| HSL | hsl(344, 100%, 36%) | |
| CMYK | cmyk(0%, 100%, 73%, 27%) | |
| LAB | lab(40, 65, 30) | |
| OKLCH | oklch(0.5 0.2 19) |
Color harmonies
Tints & shades
Code snippets
color: #ba0033;
background-color: #ba0033;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBA0033)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.00, blue: 0.20, alpha: 1.0)