Shades of Cardinal #BA0F2F
Tints of Cardinal #BA0F2F
RGB
CMYK
RGB Variations
Color information
#BA0F2F (or 0xBA0F2F) is known color: Cardinal. HEX triplet: BA, 0F and 2F. RGB value is (186,15,47). Sum of RGB (Red+Green+Blue) = 186+15+47=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F2F is #45F0D0. Grayscale: #454545. Windows color (decimal): -4583633 or 3084218. OLE color: 3084218.
HSL color Cylindrical-coordinate representation of color #BA0F2F: hue angle of 348.77º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0F2F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.27 |
| HSL | 348.77º | 0.85% | 0.39% | - |
| HSV(B) | 348.77º | 0.92% | 0.73% | - |
| XYZ | 20.93 | 10.99 | 3.71 | - |
| YUV | 69.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 47 | 0 | 0.92 | 0.75 | 0.27 | 348.77 | 0.85 | 0.39 |
| Hex | BA | F | 2F | 0 | 5C | 4B | 1B | 15D | 55 | 27 |
| Octal | 272 | 17 | 57 | 0 | 134 | 113 | 33 | 535 | 125 | 47 |
| Binary | 10111010 | 1111 | 101111 | 0 | 1011100 | 1001011 | 11011 | 101011101 | 1010101 | 100111 |
Color Harmonies of #BA0F2F
Complementary color
Monochromatic Colors of #BA0F2F
Black with #BA0F2F
Text Example
Text Example
White with #BA0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F2F; }
p { color: rgb(186,15,47); }
H1.HeaderClassName
{
color: #BA0F2F;
}
.AnyTagClassName
{
color: #BA0F2F;
}
</style>
background-color css
<style>
a { background-color: #BA0F2F; }
a { background-color: rgb(186,15,47); }
div.DivClassName
{
background-color: #BA0F2F;
}
.BgClassName
{
background-color: #BA0F2F;
}
</style>
border-color css
<style>
span { border-color: #BA0F2F; }
span { border-color: rgb(186,15,47); }
td.TdClassName
{
border-color: #BA0F2F;
}
.TagClassName
{
border-color: #BA0F2F;
}
</style>