Shades of Cardinal #BA212A
Tints of Cardinal #BA212A
RGB
CMYK
RGB Variations
Color information
#BA212A (or 0xBA212A) is known color: Cardinal. HEX triplet: BA, 21 and 2A. RGB value is (186,33,42). Sum of RGB (Red+Green+Blue) = 186+33+42=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA212A is #45DED5. Grayscale: #4F4F4F. Windows color (decimal): -4579030 or 2761146. OLE color: 2761146.
HSL color Cylindrical-coordinate representation of color #BA212A: hue angle of 356.47º 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 #BA212A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 42 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.27 |
| HSL | 356.47º | 0.7% | 0.43% | - |
| HSV(B) | 356.47º | 0.82% | 0.73% | - |
| XYZ | 21.21 | 11.69 | 3.33 | - |
| YUV | 79.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 42 | 0 | 0.82 | 0.77 | 0.27 | 356.47 | 0.7 | 0.43 |
| Hex | BA | 21 | 2A | 0 | 52 | 4D | 1B | 164 | 46 | 2B |
| Octal | 272 | 41 | 52 | 0 | 122 | 115 | 33 | 544 | 106 | 53 |
| Binary | 10111010 | 100001 | 101010 | 0 | 1010010 | 1001101 | 11011 | 101100100 | 1000110 | 101011 |
Color Harmonies of #BA212A
Complementary color
Monochromatic Colors of #BA212A
Black with #BA212A
Text Example
Text Example
White with #BA212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA212A; }
p { color: rgb(186,33,42); }
H1.HeaderClassName
{
color: #BA212A;
}
.AnyTagClassName
{
color: #BA212A;
}
</style>
background-color css
<style>
a { background-color: #BA212A; }
a { background-color: rgb(186,33,42); }
div.DivClassName
{
background-color: #BA212A;
}
.BgClassName
{
background-color: #BA212A;
}
</style>
border-color css
<style>
span { border-color: #BA212A; }
span { border-color: rgb(186,33,42); }
td.TdClassName
{
border-color: #BA212A;
}
.TagClassName
{
border-color: #BA212A;
}
</style>