Shades of Cardinal #B9222D
Tints of Cardinal #B9222D
RGB
CMYK
RGB Variations
Color information
#B9222D (or 0xB9222D) is known color: Cardinal. HEX triplet: B9, 22 and 2D. RGB value is (185,34,45). Sum of RGB (Red+Green+Blue) = 185+34+45=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9222D is #46DDD2. Grayscale: #505050. Windows color (decimal): -4644307 or 2958009. OLE color: 2958009.
HSL color Cylindrical-coordinate representation of color #B9222D: hue angle of 355.63º 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 #B9222D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 45 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.27 |
| HSL | 355.63º | 0.69% | 0.43% | - |
| HSV(B) | 355.63º | 0.82% | 0.73% | - |
| XYZ | 21.05 | 11.65 | 3.62 | - |
| YUV | 80.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 45 | 0 | 0.82 | 0.76 | 0.27 | 355.63 | 0.69 | 0.43 |
| Hex | B9 | 22 | 2D | 0 | 52 | 4C | 1B | 164 | 45 | 2B |
| Octal | 271 | 42 | 55 | 0 | 122 | 114 | 33 | 544 | 105 | 53 |
| Binary | 10111001 | 100010 | 101101 | 0 | 1010010 | 1001100 | 11011 | 101100100 | 1000101 | 101011 |
Color Harmonies of #B9222D
Complementary color
Monochromatic Colors of #B9222D
Black with #B9222D
Text Example
Text Example
White with #B9222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9222D; }
p { color: rgb(185,34,45); }
H1.HeaderClassName
{
color: #B9222D;
}
.AnyTagClassName
{
color: #B9222D;
}
</style>
background-color css
<style>
a { background-color: #B9222D; }
a { background-color: rgb(185,34,45); }
div.DivClassName
{
background-color: #B9222D;
}
.BgClassName
{
background-color: #B9222D;
}
</style>
border-color css
<style>
span { border-color: #B9222D; }
span { border-color: rgb(185,34,45); }
td.TdClassName
{
border-color: #B9222D;
}
.TagClassName
{
border-color: #B9222D;
}
</style>