Shades of Cardinal #B8212D
Tints of Cardinal #B8212D
RGB
CMYK
RGB Variations
Color information
#B8212D (or 0xB8212D) is known color: Cardinal. HEX triplet: B8, 21 and 2D. RGB value is (184,33,45). Sum of RGB (Red+Green+Blue) = 184+33+45=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B8212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8212D is #47DED2. Grayscale: #4F4F4F. Windows color (decimal): -4710099 or 2957752. OLE color: 2957752.
HSL color Cylindrical-coordinate representation of color #B8212D: hue angle of 355.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8212D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 33 | 45 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.28 |
| HSL | 355.23º | 0.7% | 0.43% | - |
| HSV(B) | 355.23º | 0.82% | 0.72% | - |
| XYZ | 20.78 | 11.47 | 3.6 | - |
| YUV | 79.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 45 | 0 | 0.82 | 0.76 | 0.28 | 355.23 | 0.7 | 0.43 |
| Hex | B8 | 21 | 2D | 0 | 52 | 4C | 1C | 163 | 46 | 2B |
| Octal | 270 | 41 | 55 | 0 | 122 | 114 | 34 | 543 | 106 | 53 |
| Binary | 10111000 | 100001 | 101101 | 0 | 1010010 | 1001100 | 11100 | 101100011 | 1000110 | 101011 |
Color Harmonies of #B8212D
Complementary color
Monochromatic Colors of #B8212D
Black with #B8212D
Text Example
Text Example
White with #B8212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8212D; }
p { color: rgb(184,33,45); }
H1.HeaderClassName
{
color: #B8212D;
}
.AnyTagClassName
{
color: #B8212D;
}
</style>
background-color css
<style>
a { background-color: #B8212D; }
a { background-color: rgb(184,33,45); }
div.DivClassName
{
background-color: #B8212D;
}
.BgClassName
{
background-color: #B8212D;
}
</style>
border-color css
<style>
span { border-color: #B8212D; }
span { border-color: rgb(184,33,45); }
td.TdClassName
{
border-color: #B8212D;
}
.TagClassName
{
border-color: #B8212D;
}
</style>