Shades of Cardinal #BA0B32
Tints of Cardinal #BA0B32
RGB
CMYK
RGB Variations
Color information
#BA0B32 (or 0xBA0B32) is known color: Cardinal. HEX triplet: BA, 0B and 32. RGB value is (186,11,50). Sum of RGB (Red+Green+Blue) = 186+11+50=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B32 is #45F4CD. Grayscale: #434343. Windows color (decimal): -4584654 or 3279802. OLE color: 3279802.
HSL color Cylindrical-coordinate representation of color #BA0B32: hue angle of 346.63º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0B32 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.27 |
| HSL | 346.63º | 0.89% | 0.39% | - |
| HSV(B) | 346.63º | 0.94% | 0.73% | - |
| XYZ | 20.95 | 10.91 | 4.02 | - |
| YUV | 67.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 50 | 0 | 0.94 | 0.73 | 0.27 | 346.63 | 0.89 | 0.39 |
| Hex | BA | B | 32 | 0 | 5E | 49 | 1B | 15B | 59 | 27 |
| Octal | 272 | 13 | 62 | 0 | 136 | 111 | 33 | 533 | 131 | 47 |
| Binary | 10111010 | 1011 | 110010 | 0 | 1011110 | 1001001 | 11011 | 101011011 | 1011001 | 100111 |
Color Harmonies of #BA0B32
Complementary color
Monochromatic Colors of #BA0B32
Black with #BA0B32
Text Example
Text Example
White with #BA0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B32; }
p { color: rgb(186,11,50); }
H1.HeaderClassName
{
color: #BA0B32;
}
.AnyTagClassName
{
color: #BA0B32;
}
</style>
background-color css
<style>
a { background-color: #BA0B32; }
a { background-color: rgb(186,11,50); }
div.DivClassName
{
background-color: #BA0B32;
}
.BgClassName
{
background-color: #BA0B32;
}
</style>
border-color css
<style>
span { border-color: #BA0B32; }
span { border-color: rgb(186,11,50); }
td.TdClassName
{
border-color: #BA0B32;
}
.TagClassName
{
border-color: #BA0B32;
}
</style>