Shades of Cardinal #BA0B2B
Tints of Cardinal #BA0B2B
RGB
CMYK
RGB Variations
Color information
#BA0B2B (or 0xBA0B2B) is known color: Cardinal. HEX triplet: BA, 0B and 2B. RGB value is (186,11,43). Sum of RGB (Red+Green+Blue) = 186+11+43=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0B2B is #45F4D4. Grayscale: #434343. Windows color (decimal): -4584661 or 2821050. OLE color: 2821050.
HSL color Cylindrical-coordinate representation of color #BA0B2B: hue angle of 349.03º 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 #BA0B2B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.27 |
| HSL | 349.03º | 0.89% | 0.39% | - |
| HSV(B) | 349.03º | 0.94% | 0.73% | - |
| XYZ | 20.81 | 10.85 | 3.28 | - |
| YUV | 66.97 | 114.48 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 43 | 0 | 0.94 | 0.77 | 0.27 | 349.03 | 0.89 | 0.39 |
| Hex | BA | B | 2B | 0 | 5E | 4D | 1B | 15D | 59 | 27 |
| Octal | 272 | 13 | 53 | 0 | 136 | 115 | 33 | 535 | 131 | 47 |
| Binary | 10111010 | 1011 | 101011 | 0 | 1011110 | 1001101 | 11011 | 101011101 | 1011001 | 100111 |
Color Harmonies of #BA0B2B
Complementary color
Monochromatic Colors of #BA0B2B
Black with #BA0B2B
Text Example
Text Example
White with #BA0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0B2B; }
p { color: rgb(186,11,43); }
H1.HeaderClassName
{
color: #BA0B2B;
}
.AnyTagClassName
{
color: #BA0B2B;
}
</style>
background-color css
<style>
a { background-color: #BA0B2B; }
a { background-color: rgb(186,11,43); }
div.DivClassName
{
background-color: #BA0B2B;
}
.BgClassName
{
background-color: #BA0B2B;
}
</style>
border-color css
<style>
span { border-color: #BA0B2B; }
span { border-color: rgb(186,11,43); }
td.TdClassName
{
border-color: #BA0B2B;
}
.TagClassName
{
border-color: #BA0B2B;
}
</style>