Shades of Cardinal #B6162C
Tints of Cardinal #B6162C
RGB
CMYK
RGB Variations
Color information
#B6162C (or 0xB6162C) is known color: Cardinal. HEX triplet: B6, 16 and 2C. RGB value is (182,22,44). Sum of RGB (Red+Green+Blue) = 182+22+44=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6162C is #49E9D3. Grayscale: #484848. Windows color (decimal): -4843988 or 2889398. OLE color: 2889398.
HSL color Cylindrical-coordinate representation of color #B6162C: hue angle of 351.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6162C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.29 |
| HSL | 351.75º | 0.78% | 0.4% | - |
| HSV(B) | 351.75º | 0.88% | 0.71% | - |
| XYZ | 20.03 | 10.7 | 3.39 | - |
| YUV | 72.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 22 | 44 | 0 | 0.88 | 0.76 | 0.29 | 351.75 | 0.78 | 0.4 |
| Hex | B6 | 16 | 2C | 0 | 58 | 4C | 1D | 160 | 4E | 28 |
| Octal | 266 | 26 | 54 | 0 | 130 | 114 | 35 | 540 | 116 | 50 |
| Binary | 10110110 | 10110 | 101100 | 0 | 1011000 | 1001100 | 11101 | 101100000 | 1001110 | 101000 |
Color Harmonies of #B6162C
Complementary color
Monochromatic Colors of #B6162C
Black with #B6162C
Text Example
Text Example
White with #B6162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6162C; }
p { color: rgb(182,22,44); }
H1.HeaderClassName
{
color: #B6162C;
}
.AnyTagClassName
{
color: #B6162C;
}
</style>
background-color css
<style>
a { background-color: #B6162C; }
a { background-color: rgb(182,22,44); }
div.DivClassName
{
background-color: #B6162C;
}
.BgClassName
{
background-color: #B6162C;
}
</style>
border-color css
<style>
span { border-color: #B6162C; }
span { border-color: rgb(182,22,44); }
td.TdClassName
{
border-color: #B6162C;
}
.TagClassName
{
border-color: #B6162C;
}
</style>