Shades of Cardinal #BA222F
Tints of Cardinal #BA222F
RGB
CMYK
RGB Variations
Color information
#BA222F (or 0xBA222F) is known color: Cardinal. HEX triplet: BA, 22 and 2F. RGB value is (186,34,47). Sum of RGB (Red+Green+Blue) = 186+34+47=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA222F is #45DDD0. Grayscale: #515151. Windows color (decimal): -4578769 or 3089082. OLE color: 3089082.
HSL color Cylindrical-coordinate representation of color #BA222F: hue angle of 354.87º 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 #BA222F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 34 | 47 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.27 |
| HSL | 354.87º | 0.69% | 0.43% | - |
| HSV(B) | 354.87º | 0.82% | 0.73% | - |
| XYZ | 21.33 | 11.79 | 3.84 | - |
| YUV | 80.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 47 | 0 | 0.82 | 0.75 | 0.27 | 354.87 | 0.69 | 0.43 |
| Hex | BA | 22 | 2F | 0 | 52 | 4B | 1B | 163 | 45 | 2B |
| Octal | 272 | 42 | 57 | 0 | 122 | 113 | 33 | 543 | 105 | 53 |
| Binary | 10111010 | 100010 | 101111 | 0 | 1010010 | 1001011 | 11011 | 101100011 | 1000101 | 101011 |
Color Harmonies of #BA222F
Complementary color
Monochromatic Colors of #BA222F
Black with #BA222F
Text Example
Text Example
White with #BA222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA222F; }
p { color: rgb(186,34,47); }
H1.HeaderClassName
{
color: #BA222F;
}
.AnyTagClassName
{
color: #BA222F;
}
</style>
background-color css
<style>
a { background-color: #BA222F; }
a { background-color: rgb(186,34,47); }
div.DivClassName
{
background-color: #BA222F;
}
.BgClassName
{
background-color: #BA222F;
}
</style>
border-color css
<style>
span { border-color: #BA222F; }
span { border-color: rgb(186,34,47); }
td.TdClassName
{
border-color: #BA222F;
}
.TagClassName
{
border-color: #BA222F;
}
</style>