Shades of Cardinal #BA0F3C
Tints of Cardinal #BA0F3C
RGB
CMYK
RGB Variations
Color information
#BA0F3C (or 0xBA0F3C) is known color: Cardinal. HEX triplet: BA, 0F and 3C. RGB value is (186,15,60). Sum of RGB (Red+Green+Blue) = 186+15+60=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F3C is #45F0C3. Grayscale: #474747. Windows color (decimal): -4583620 or 3936186. OLE color: 3936186.
HSL color Cylindrical-coordinate representation of color #BA0F3C: hue angle of 344.21º 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 #BA0F3C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 15 | 60 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.27 |
| HSL | 344.21º | 0.85% | 0.39% | - |
| HSV(B) | 344.21º | 0.92% | 0.73% | - |
| XYZ | 21.24 | 11.11 | 5.3 | - |
| YUV | 71.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 60 | 0 | 0.92 | 0.68 | 0.27 | 344.21 | 0.85 | 0.39 |
| Hex | BA | F | 3C | 0 | 5C | 44 | 1B | 158 | 55 | 27 |
| Octal | 272 | 17 | 74 | 0 | 134 | 104 | 33 | 530 | 125 | 47 |
| Binary | 10111010 | 1111 | 111100 | 0 | 1011100 | 1000100 | 11011 | 101011000 | 1010101 | 100111 |
Color Harmonies of #BA0F3C
Complementary color
Monochromatic Colors of #BA0F3C
Black with #BA0F3C
Text Example
Text Example
White with #BA0F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0F3C; }
p { color: rgb(186,15,60); }
H1.HeaderClassName
{
color: #BA0F3C;
}
.AnyTagClassName
{
color: #BA0F3C;
}
</style>
background-color css
<style>
a { background-color: #BA0F3C; }
a { background-color: rgb(186,15,60); }
div.DivClassName
{
background-color: #BA0F3C;
}
.BgClassName
{
background-color: #BA0F3C;
}
</style>
border-color css
<style>
span { border-color: #BA0F3C; }
span { border-color: rgb(186,15,60); }
td.TdClassName
{
border-color: #BA0F3C;
}
.TagClassName
{
border-color: #BA0F3C;
}
</style>