Shades of Cardinal #BA0B2D
Tints of Cardinal #BA0B2D
RGB
CMYK
RGB Variations
Color information
#BA0B2D (or 0xBA0B2D) is known color: Cardinal. HEX triplet: BA, 0B and 2D. RGB value is (186,11,45). Sum of RGB (Red+Green+Blue) = 186+11+45=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B2D is #45F4D2. Grayscale: #434343. Windows color (decimal): -4584659 or 2952122. OLE color: 2952122.
HSL color Cylindrical-coordinate representation of color #BA0B2D: hue angle of 348.34º degrees, saturation: 0.89, 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 #BA0B2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.27 |
| HSL | 348.34º | 0.89% | 0.39% | - |
| HSV(B) | 348.34º | 0.94% | 0.73% | - |
| XYZ | 20.84 | 10.87 | 3.48 | - |
| YUV | 67.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 45 | 0 | 0.94 | 0.76 | 0.27 | 348.34 | 0.89 | 0.39 |
| Hex | BA | B | 2D | 0 | 5E | 4C | 1B | 15C | 59 | 27 |
| Octal | 272 | 13 | 55 | 0 | 136 | 114 | 33 | 534 | 131 | 47 |
| Binary | 10111010 | 1011 | 101101 | 0 | 1011110 | 1001100 | 11011 | 101011100 | 1011001 | 100111 |
Color Harmonies of #BA0B2D
Complementary color
Monochromatic Colors of #BA0B2D
Black with #BA0B2D
Text Example
Text Example
White with #BA0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B2D; }
p { color: rgb(186,11,45); }
H1.HeaderClassName
{
color: #BA0B2D;
}
.AnyTagClassName
{
color: #BA0B2D;
}
</style>
background-color css
<style>
a { background-color: #BA0B2D; }
a { background-color: rgb(186,11,45); }
div.DivClassName
{
background-color: #BA0B2D;
}
.BgClassName
{
background-color: #BA0B2D;
}
</style>
border-color css
<style>
span { border-color: #BA0B2D; }
span { border-color: rgb(186,11,45); }
td.TdClassName
{
border-color: #BA0B2D;
}
.TagClassName
{
border-color: #BA0B2D;
}
</style>