Shades of Cardinal #BA0A2B
Tints of Cardinal #BA0A2B
RGB
CMYK
RGB Variations
Color information
#BA0A2B (or 0xBA0A2B) is known color: Cardinal. HEX triplet: BA, 0A and 2B. RGB value is (186,10,43). Sum of RGB (Red+Green+Blue) = 186+10+43=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0A2B is #45F5D4. Grayscale: #424242. Windows color (decimal): -4584917 or 2820794. OLE color: 2820794.
HSL color Cylindrical-coordinate representation of color #BA0A2B: hue angle of 348.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.27 |
| HSL | 348.75º | 0.9% | 0.38% | - |
| HSV(B) | 348.75º | 0.95% | 0.73% | - |
| XYZ | 20.79 | 10.83 | 3.28 | - |
| YUV | 66.39 | 114.81 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 43 | 0 | 0.95 | 0.77 | 0.27 | 348.75 | 0.9 | 0.38 |
| Hex | BA | A | 2B | 0 | 5F | 4D | 1B | 15D | 5A | 26 |
| Octal | 272 | 12 | 53 | 0 | 137 | 115 | 33 | 535 | 132 | 46 |
| Binary | 10111010 | 1010 | 101011 | 0 | 1011111 | 1001101 | 11011 | 101011101 | 1011010 | 100110 |
Color Harmonies of #BA0A2B
Complementary color
Monochromatic Colors of #BA0A2B
Black with #BA0A2B
Text Example
Text Example
White with #BA0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0A2B; }
p { color: rgb(186,10,43); }
H1.HeaderClassName
{
color: #BA0A2B;
}
.AnyTagClassName
{
color: #BA0A2B;
}
</style>
background-color css
<style>
a { background-color: #BA0A2B; }
a { background-color: rgb(186,10,43); }
div.DivClassName
{
background-color: #BA0A2B;
}
.BgClassName
{
background-color: #BA0A2B;
}
</style>
border-color css
<style>
span { border-color: #BA0A2B; }
span { border-color: rgb(186,10,43); }
td.TdClassName
{
border-color: #BA0A2B;
}
.TagClassName
{
border-color: #BA0A2B;
}
</style>