Shades of Cardinal #BA0C2C
Tints of Cardinal #BA0C2C
RGB
CMYK
RGB Variations
Color information
#BA0C2C (or 0xBA0C2C) is known color: Cardinal. HEX triplet: BA, 0C and 2C. RGB value is (186,12,44). Sum of RGB (Red+Green+Blue) = 186+12+44=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C2C is #45F3D3. Grayscale: #434343. Windows color (decimal): -4584404 or 2886842. OLE color: 2886842.
HSL color Cylindrical-coordinate representation of color #BA0C2C: hue angle of 348.97º degrees, saturation: 0.88, 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 #BA0C2C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 44 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.27 |
| HSL | 348.97º | 0.88% | 0.39% | - |
| HSV(B) | 348.97º | 0.94% | 0.73% | - |
| XYZ | 20.84 | 10.88 | 3.39 | - |
| YUV | 67.67 | 114.65 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 44 | 0 | 0.94 | 0.76 | 0.27 | 348.97 | 0.88 | 0.39 |
| Hex | BA | C | 2C | 0 | 5E | 4C | 1B | 15D | 58 | 27 |
| Octal | 272 | 14 | 54 | 0 | 136 | 114 | 33 | 535 | 130 | 47 |
| Binary | 10111010 | 1100 | 101100 | 0 | 1011110 | 1001100 | 11011 | 101011101 | 1011000 | 100111 |
Color Harmonies of #BA0C2C
Complementary color
Monochromatic Colors of #BA0C2C
Black with #BA0C2C
Text Example
Text Example
White with #BA0C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C2C; }
p { color: rgb(186,12,44); }
H1.HeaderClassName
{
color: #BA0C2C;
}
.AnyTagClassName
{
color: #BA0C2C;
}
</style>
background-color css
<style>
a { background-color: #BA0C2C; }
a { background-color: rgb(186,12,44); }
div.DivClassName
{
background-color: #BA0C2C;
}
.BgClassName
{
background-color: #BA0C2C;
}
</style>
border-color css
<style>
span { border-color: #BA0C2C; }
span { border-color: rgb(186,12,44); }
td.TdClassName
{
border-color: #BA0C2C;
}
.TagClassName
{
border-color: #BA0C2C;
}
</style>