Shades of Cardinal #BA0D3B
Tints of Cardinal #BA0D3B
RGB
CMYK
RGB Variations
Color information
#BA0D3B (or 0xBA0D3B) is known color: Cardinal. HEX triplet: BA, 0D and 3B. RGB value is (186,13,59). Sum of RGB (Red+Green+Blue) = 186+13+59=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D3B is #45F2C4. Grayscale: #454545. Windows color (decimal): -4584133 or 3870138. OLE color: 3870138.
HSL color Cylindrical-coordinate representation of color #BA0D3B: hue angle of 344.05º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D3B is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 13 | 59 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.27 |
| HSL | 344.05º | 0.87% | 0.39% | - |
| HSV(B) | 344.05º | 0.93% | 0.73% | - |
| XYZ | 21.18 | 11.04 | 5.15 | - |
| YUV | 69.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 59 | 0 | 0.93 | 0.68 | 0.27 | 344.05 | 0.87 | 0.39 |
| Hex | BA | D | 3B | 0 | 5D | 44 | 1B | 158 | 57 | 27 |
| Octal | 272 | 15 | 73 | 0 | 135 | 104 | 33 | 530 | 127 | 47 |
| Binary | 10111010 | 1101 | 111011 | 0 | 1011101 | 1000100 | 11011 | 101011000 | 1010111 | 100111 |
Color Harmonies of #BA0D3B
Complementary color
Monochromatic Colors of #BA0D3B
Black with #BA0D3B
Text Example
Text Example
White with #BA0D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0D3B; }
p { color: rgb(186,13,59); }
H1.HeaderClassName
{
color: #BA0D3B;
}
.AnyTagClassName
{
color: #BA0D3B;
}
</style>
background-color css
<style>
a { background-color: #BA0D3B; }
a { background-color: rgb(186,13,59); }
div.DivClassName
{
background-color: #BA0D3B;
}
.BgClassName
{
background-color: #BA0D3B;
}
</style>
border-color css
<style>
span { border-color: #BA0D3B; }
span { border-color: rgb(186,13,59); }
td.TdClassName
{
border-color: #BA0D3B;
}
.TagClassName
{
border-color: #BA0D3B;
}
</style>