Shades of Cardinal #BA222B
Tints of Cardinal #BA222B
RGB
CMYK
RGB Variations
Color information
#BA222B (or 0xBA222B) is known color: Cardinal. HEX triplet: BA, 22 and 2B. RGB value is (186,34,43). Sum of RGB (Red+Green+Blue) = 186+34+43=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA222B is #45DDD4. Grayscale: #505050. Windows color (decimal): -4578773 or 2826938. OLE color: 2826938.
HSL color Cylindrical-coordinate representation of color #BA222B: hue angle of 356.45º 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 #BA222B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 43 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.27 |
| HSL | 356.45º | 0.69% | 0.43% | - |
| HSV(B) | 356.45º | 0.82% | 0.73% | - |
| XYZ | 21.26 | 11.76 | 3.43 | - |
| YUV | 80.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 43 | 0 | 0.82 | 0.77 | 0.27 | 356.45 | 0.69 | 0.43 |
| Hex | BA | 22 | 2B | 0 | 52 | 4D | 1B | 164 | 45 | 2B |
| Octal | 272 | 42 | 53 | 0 | 122 | 115 | 33 | 544 | 105 | 53 |
| Binary | 10111010 | 100010 | 101011 | 0 | 1010010 | 1001101 | 11011 | 101100100 | 1000101 | 101011 |
Color Harmonies of #BA222B
Complementary color
Monochromatic Colors of #BA222B
Black with #BA222B
Text Example
Text Example
White with #BA222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA222B; }
p { color: rgb(186,34,43); }
H1.HeaderClassName
{
color: #BA222B;
}
.AnyTagClassName
{
color: #BA222B;
}
</style>
background-color css
<style>
a { background-color: #BA222B; }
a { background-color: rgb(186,34,43); }
div.DivClassName
{
background-color: #BA222B;
}
.BgClassName
{
background-color: #BA222B;
}
</style>
border-color css
<style>
span { border-color: #BA222B; }
span { border-color: rgb(186,34,43); }
td.TdClassName
{
border-color: #BA222B;
}
.TagClassName
{
border-color: #BA222B;
}
</style>