Shades of Cardinal #B2212D
Tints of Cardinal #B2212D
RGB
CMYK
RGB Variations
Color information
#B2212D (or 0xB2212D) is known color: Cardinal. HEX triplet: B2, 21 and 2D. RGB value is (178,33,45). Sum of RGB (Red+Green+Blue) = 178+33+45=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B2212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2212D is #4DDED2. Grayscale: #4D4D4D. Windows color (decimal): -5103315 or 2957746. OLE color: 2957746.
HSL color Cylindrical-coordinate representation of color #B2212D: hue angle of 355.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2212D is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 45 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.30 |
| HSL | 355.03º | 0.69% | 0.41% | - |
| HSV(B) | 355.03º | 0.81% | 0.7% | - |
| XYZ | 19.38 | 10.74 | 3.53 | - |
| YUV | 77.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 45 | 0 | 0.81 | 0.75 | 0.30 | 355.03 | 0.69 | 0.41 |
| Hex | B2 | 21 | 2D | 0 | 51 | 4B | 1E | 163 | 45 | 29 |
| Octal | 262 | 41 | 55 | 0 | 121 | 113 | 36 | 543 | 105 | 51 |
| Binary | 10110010 | 100001 | 101101 | 0 | 1010001 | 1001011 | 11110 | 101100011 | 1000101 | 101001 |
Color Harmonies of #B2212D
Complementary color
Monochromatic Colors of #B2212D
Black with #B2212D
Text Example
Text Example
White with #B2212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2212D; }
p { color: rgb(178,33,45); }
H1.HeaderClassName
{
color: #B2212D;
}
.AnyTagClassName
{
color: #B2212D;
}
</style>
background-color css
<style>
a { background-color: #B2212D; }
a { background-color: rgb(178,33,45); }
div.DivClassName
{
background-color: #B2212D;
}
.BgClassName
{
background-color: #B2212D;
}
</style>
border-color css
<style>
span { border-color: #B2212D; }
span { border-color: rgb(178,33,45); }
td.TdClassName
{
border-color: #B2212D;
}
.TagClassName
{
border-color: #B2212D;
}
</style>