Shades of Cardinal #B9212D
Tints of Cardinal #B9212D
RGB
CMYK
RGB Variations
Color information
#B9212D (or 0xB9212D) is known color: Cardinal. HEX triplet: B9, 21 and 2D. RGB value is (185,33,45). Sum of RGB (Red+Green+Blue) = 185+33+45=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9212D is #46DED2. Grayscale: #4F4F4F. Windows color (decimal): -4644563 or 2957753. OLE color: 2957753.
HSL color Cylindrical-coordinate representation of color #B9212D: hue angle of 355.26º degrees, saturation: 0.7, 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 #B9212D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 45 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.27 |
| HSL | 355.26º | 0.7% | 0.43% | - |
| HSV(B) | 355.26º | 0.82% | 0.73% | - |
| XYZ | 21.03 | 11.59 | 3.61 | - |
| YUV | 79.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 45 | 0 | 0.82 | 0.76 | 0.27 | 355.26 | 0.7 | 0.43 |
| Hex | B9 | 21 | 2D | 0 | 52 | 4C | 1B | 163 | 46 | 2B |
| Octal | 271 | 41 | 55 | 0 | 122 | 114 | 33 | 543 | 106 | 53 |
| Binary | 10111001 | 100001 | 101101 | 0 | 1010010 | 1001100 | 11011 | 101100011 | 1000110 | 101011 |
Color Harmonies of #B9212D
Complementary color
Monochromatic Colors of #B9212D
Black with #B9212D
Text Example
Text Example
White with #B9212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9212D; }
p { color: rgb(185,33,45); }
H1.HeaderClassName
{
color: #B9212D;
}
.AnyTagClassName
{
color: #B9212D;
}
</style>
background-color css
<style>
a { background-color: #B9212D; }
a { background-color: rgb(185,33,45); }
div.DivClassName
{
background-color: #B9212D;
}
.BgClassName
{
background-color: #B9212D;
}
</style>
border-color css
<style>
span { border-color: #B9212D; }
span { border-color: rgb(185,33,45); }
td.TdClassName
{
border-color: #B9212D;
}
.TagClassName
{
border-color: #B9212D;
}
</style>