Shades of Cardinal #B2212C
Tints of Cardinal #B2212C
RGB
CMYK
RGB Variations
Color information
#B2212C (or 0xB2212C) is known color: Cardinal. HEX triplet: B2, 21 and 2C. RGB value is (178,33,44). Sum of RGB (Red+Green+Blue) = 178+33+44=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B2212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2212C is #4DDED3. Grayscale: #4D4D4D. Windows color (decimal): -5103316 or 2892210. OLE color: 2892210.
HSL color Cylindrical-coordinate representation of color #B2212C: hue angle of 355.45º 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 #B2212C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 33 | 44 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.30 |
| HSL | 355.45º | 0.69% | 0.41% | - |
| HSV(B) | 355.45º | 0.81% | 0.7% | - |
| XYZ | 19.36 | 10.73 | 3.43 | - |
| YUV | 77.61 | 109.04 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 33 | 44 | 0 | 0.81 | 0.75 | 0.30 | 355.45 | 0.69 | 0.41 |
| Hex | B2 | 21 | 2C | 0 | 51 | 4B | 1E | 163 | 45 | 29 |
| Octal | 262 | 41 | 54 | 0 | 121 | 113 | 36 | 543 | 105 | 51 |
| Binary | 10110010 | 100001 | 101100 | 0 | 1010001 | 1001011 | 11110 | 101100011 | 1000101 | 101001 |
Color Harmonies of #B2212C
Complementary color
Monochromatic Colors of #B2212C
Black with #B2212C
Text Example
Text Example
White with #B2212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2212C; }
p { color: rgb(178,33,44); }
H1.HeaderClassName
{
color: #B2212C;
}
.AnyTagClassName
{
color: #B2212C;
}
</style>
background-color css
<style>
a { background-color: #B2212C; }
a { background-color: rgb(178,33,44); }
div.DivClassName
{
background-color: #B2212C;
}
.BgClassName
{
background-color: #B2212C;
}
</style>
border-color css
<style>
span { border-color: #B2212C; }
span { border-color: rgb(178,33,44); }
td.TdClassName
{
border-color: #B2212C;
}
.TagClassName
{
border-color: #B2212C;
}
</style>