Shades of Cardinal #BB222E
Tints of Cardinal #BB222E
RGB
CMYK
RGB Variations
Color information
#BB222E (or 0xBB222E) is known color: Cardinal. HEX triplet: BB, 22 and 2E. RGB value is (187,34,46). Sum of RGB (Red+Green+Blue) = 187+34+46=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB222E is #44DDD1. Grayscale: #515151. Windows color (decimal): -4513234 or 3023547. OLE color: 3023547.
HSL color Cylindrical-coordinate representation of color #BB222E: hue angle of 355.29º 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 #BB222E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 46 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.27 |
| HSL | 355.29º | 0.69% | 0.43% | - |
| HSV(B) | 355.29º | 0.82% | 0.73% | - |
| XYZ | 21.56 | 11.91 | 3.75 | - |
| YUV | 81.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 46 | 0 | 0.82 | 0.75 | 0.27 | 355.29 | 0.69 | 0.43 |
| Hex | BB | 22 | 2E | 0 | 52 | 4B | 1B | 163 | 45 | 2B |
| Octal | 273 | 42 | 56 | 0 | 122 | 113 | 33 | 543 | 105 | 53 |
| Binary | 10111011 | 100010 | 101110 | 0 | 1010010 | 1001011 | 11011 | 101100011 | 1000101 | 101011 |
Color Harmonies of #BB222E
Complementary color
Monochromatic Colors of #BB222E
Black with #BB222E
Text Example
Text Example
White with #BB222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB222E; }
p { color: rgb(187,34,46); }
H1.HeaderClassName
{
color: #BB222E;
}
.AnyTagClassName
{
color: #BB222E;
}
</style>
background-color css
<style>
a { background-color: #BB222E; }
a { background-color: rgb(187,34,46); }
div.DivClassName
{
background-color: #BB222E;
}
.BgClassName
{
background-color: #BB222E;
}
</style>
border-color css
<style>
span { border-color: #BB222E; }
span { border-color: rgb(187,34,46); }
td.TdClassName
{
border-color: #BB222E;
}
.TagClassName
{
border-color: #BB222E;
}
</style>