Shades of Cardinal #B7162C
Tints of Cardinal #B7162C
RGB
CMYK
RGB Variations
Color information
#B7162C (or 0xB7162C) is known color: Cardinal. HEX triplet: B7, 16 and 2C. RGB value is (183,22,44). Sum of RGB (Red+Green+Blue) = 183+22+44=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B7162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7162C is #48E9D3. Grayscale: #484848. Windows color (decimal): -4778452 or 2889399. OLE color: 2889399.
HSL color Cylindrical-coordinate representation of color #B7162C: hue angle of 351.8º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7162C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.28 |
| HSL | 351.8º | 0.79% | 0.4% | - |
| HSV(B) | 351.8º | 0.88% | 0.72% | - |
| XYZ | 20.27 | 10.82 | 3.4 | - |
| YUV | 72.65 | 111.84 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 44 | 0 | 0.88 | 0.76 | 0.28 | 351.8 | 0.79 | 0.4 |
| Hex | B7 | 16 | 2C | 0 | 58 | 4C | 1C | 160 | 4F | 28 |
| Octal | 267 | 26 | 54 | 0 | 130 | 114 | 34 | 540 | 117 | 50 |
| Binary | 10110111 | 10110 | 101100 | 0 | 1011000 | 1001100 | 11100 | 101100000 | 1001111 | 101000 |
Color Harmonies of #B7162C
Complementary color
Monochromatic Colors of #B7162C
Black with #B7162C
Text Example
Text Example
White with #B7162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7162C; }
p { color: rgb(183,22,44); }
H1.HeaderClassName
{
color: #B7162C;
}
.AnyTagClassName
{
color: #B7162C;
}
</style>
background-color css
<style>
a { background-color: #B7162C; }
a { background-color: rgb(183,22,44); }
div.DivClassName
{
background-color: #B7162C;
}
.BgClassName
{
background-color: #B7162C;
}
</style>
border-color css
<style>
span { border-color: #B7162C; }
span { border-color: rgb(183,22,44); }
td.TdClassName
{
border-color: #B7162C;
}
.TagClassName
{
border-color: #B7162C;
}
</style>