Shades of Cardinal #BA212E
Tints of Cardinal #BA212E
RGB
CMYK
RGB Variations
Color information
#BA212E (or 0xBA212E) is known color: Cardinal. HEX triplet: BA, 21 and 2E. RGB value is (186,33,46). Sum of RGB (Red+Green+Blue) = 186+33+46=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA212E is #45DED1. Grayscale: #505050. Windows color (decimal): -4579026 or 3023290. OLE color: 3023290.
HSL color Cylindrical-coordinate representation of color #BA212E: hue angle of 354.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA212E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 46 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.27 |
| HSL | 354.9º | 0.7% | 0.43% | - |
| HSV(B) | 354.9º | 0.82% | 0.73% | - |
| XYZ | 21.29 | 11.72 | 3.73 | - |
| YUV | 80.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 46 | 0 | 0.82 | 0.75 | 0.27 | 354.9 | 0.7 | 0.43 |
| Hex | BA | 21 | 2E | 0 | 52 | 4B | 1B | 163 | 46 | 2B |
| Octal | 272 | 41 | 56 | 0 | 122 | 113 | 33 | 543 | 106 | 53 |
| Binary | 10111010 | 100001 | 101110 | 0 | 1010010 | 1001011 | 11011 | 101100011 | 1000110 | 101011 |
Color Harmonies of #BA212E
Complementary color
Monochromatic Colors of #BA212E
Black with #BA212E
Text Example
Text Example
White with #BA212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA212E; }
p { color: rgb(186,33,46); }
H1.HeaderClassName
{
color: #BA212E;
}
.AnyTagClassName
{
color: #BA212E;
}
</style>
background-color css
<style>
a { background-color: #BA212E; }
a { background-color: rgb(186,33,46); }
div.DivClassName
{
background-color: #BA212E;
}
.BgClassName
{
background-color: #BA212E;
}
</style>
border-color css
<style>
span { border-color: #BA212E; }
span { border-color: rgb(186,33,46); }
td.TdClassName
{
border-color: #BA212E;
}
.TagClassName
{
border-color: #BA212E;
}
</style>