Shades of Cardinal #B2162C
Tints of Cardinal #B2162C
RGB
CMYK
RGB Variations
Color information
#B2162C (or 0xB2162C) is known color: Cardinal. HEX triplet: B2, 16 and 2C. RGB value is (178,22,44). Sum of RGB (Red+Green+Blue) = 178+22+44=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2162C is #4DE9D3. Grayscale: #474747. Windows color (decimal): -5106132 or 2889394. OLE color: 2889394.
HSL color Cylindrical-coordinate representation of color #B2162C: hue angle of 351.54º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2162C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.30 |
| HSL | 351.54º | 0.78% | 0.39% | - |
| HSV(B) | 351.54º | 0.88% | 0.7% | - |
| XYZ | 19.1 | 10.22 | 3.35 | - |
| YUV | 71.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 44 | 0 | 0.88 | 0.75 | 0.30 | 351.54 | 0.78 | 0.39 |
| Hex | B2 | 16 | 2C | 0 | 58 | 4B | 1E | 160 | 4E | 27 |
| Octal | 262 | 26 | 54 | 0 | 130 | 113 | 36 | 540 | 116 | 47 |
| Binary | 10110010 | 10110 | 101100 | 0 | 1011000 | 1001011 | 11110 | 101100000 | 1001110 | 100111 |
Color Harmonies of #B2162C
Complementary color
Monochromatic Colors of #B2162C
Black with #B2162C
Text Example
Text Example
White with #B2162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2162C; }
p { color: rgb(178,22,44); }
H1.HeaderClassName
{
color: #B2162C;
}
.AnyTagClassName
{
color: #B2162C;
}
</style>
background-color css
<style>
a { background-color: #B2162C; }
a { background-color: rgb(178,22,44); }
div.DivClassName
{
background-color: #B2162C;
}
.BgClassName
{
background-color: #B2162C;
}
</style>
border-color css
<style>
span { border-color: #B2162C; }
span { border-color: rgb(178,22,44); }
td.TdClassName
{
border-color: #B2162C;
}
.TagClassName
{
border-color: #B2162C;
}
</style>