Shades of Cardinal #BA222C
Tints of Cardinal #BA222C
RGB
CMYK
RGB Variations
Color information
#BA222C (or 0xBA222C) is known color: Cardinal. HEX triplet: BA, 22 and 2C. RGB value is (186,34,44). Sum of RGB (Red+Green+Blue) = 186+34+44=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA222C is #45DDD3. Grayscale: #505050. Windows color (decimal): -4578772 or 2892474. OLE color: 2892474.
HSL color Cylindrical-coordinate representation of color #BA222C: hue angle of 356.05º degrees, saturation: 0.69, 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 #BA222C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 44 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.27 |
| HSL | 356.05º | 0.69% | 0.43% | - |
| HSV(B) | 356.05º | 0.82% | 0.73% | - |
| XYZ | 21.28 | 11.77 | 3.53 | - |
| YUV | 80.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 44 | 0 | 0.82 | 0.76 | 0.27 | 356.05 | 0.69 | 0.43 |
| Hex | BA | 22 | 2C | 0 | 52 | 4C | 1B | 164 | 45 | 2B |
| Octal | 272 | 42 | 54 | 0 | 122 | 114 | 33 | 544 | 105 | 53 |
| Binary | 10111010 | 100010 | 101100 | 0 | 1010010 | 1001100 | 11011 | 101100100 | 1000101 | 101011 |
Color Harmonies of #BA222C
Complementary color
Monochromatic Colors of #BA222C
Black with #BA222C
Text Example
Text Example
White with #BA222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA222C; }
p { color: rgb(186,34,44); }
H1.HeaderClassName
{
color: #BA222C;
}
.AnyTagClassName
{
color: #BA222C;
}
</style>
background-color css
<style>
a { background-color: #BA222C; }
a { background-color: rgb(186,34,44); }
div.DivClassName
{
background-color: #BA222C;
}
.BgClassName
{
background-color: #BA222C;
}
</style>
border-color css
<style>
span { border-color: #BA222C; }
span { border-color: rgb(186,34,44); }
td.TdClassName
{
border-color: #BA222C;
}
.TagClassName
{
border-color: #BA222C;
}
</style>