Shades of Cardinal #BA0C3F
Tints of Cardinal #BA0C3F
RGB
CMYK
RGB Variations
Color information
#BA0C3F (or 0xBA0C3F) is known color: Cardinal. HEX triplet: BA, 0C and 3F. RGB value is (186,12,63). Sum of RGB (Red+Green+Blue) = 186+12+63=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C3F is #45F3C0. Grayscale: #454545. Windows color (decimal): -4584385 or 4132026. OLE color: 4132026.
HSL color Cylindrical-coordinate representation of color #BA0C3F: hue angle of 342.41º 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 #BA0C3F is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 12 | 63 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.27 |
| HSL | 342.41º | 0.88% | 0.39% | - |
| HSV(B) | 342.41º | 0.94% | 0.73% | - |
| XYZ | 21.28 | 11.06 | 5.72 | - |
| YUV | 69.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 63 | 0 | 0.94 | 0.66 | 0.27 | 342.41 | 0.88 | 0.39 |
| Hex | BA | C | 3F | 0 | 5E | 42 | 1B | 156 | 58 | 27 |
| Octal | 272 | 14 | 77 | 0 | 136 | 102 | 33 | 526 | 130 | 47 |
| Binary | 10111010 | 1100 | 111111 | 0 | 1011110 | 1000010 | 11011 | 101010110 | 1011000 | 100111 |
Color Harmonies of #BA0C3F
Complementary color
Monochromatic Colors of #BA0C3F
Black with #BA0C3F
Text Example
Text Example
White with #BA0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0C3F; }
p { color: rgb(186,12,63); }
H1.HeaderClassName
{
color: #BA0C3F;
}
.AnyTagClassName
{
color: #BA0C3F;
}
</style>
background-color css
<style>
a { background-color: #BA0C3F; }
a { background-color: rgb(186,12,63); }
div.DivClassName
{
background-color: #BA0C3F;
}
.BgClassName
{
background-color: #BA0C3F;
}
</style>
border-color css
<style>
span { border-color: #BA0C3F; }
span { border-color: rgb(186,12,63); }
td.TdClassName
{
border-color: #BA0C3F;
}
.TagClassName
{
border-color: #BA0C3F;
}
</style>