Shades of Cardinal #B7162A
Tints of Cardinal #B7162A
RGB
CMYK
RGB Variations
Color information
#B7162A (or 0xB7162A) is known color: Cardinal. HEX triplet: B7, 16 and 2A. RGB value is (183,22,42). Sum of RGB (Red+Green+Blue) = 183+22+42=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7162A is #48E9D5. Grayscale: #484848. Windows color (decimal): -4778454 or 2758327. OLE color: 2758327.
HSL color Cylindrical-coordinate representation of color #B7162A: hue angle of 352.55º 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 #B7162A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 42 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.28 |
| HSL | 352.55º | 0.79% | 0.4% | - |
| HSV(B) | 352.55º | 0.88% | 0.72% | - |
| XYZ | 20.23 | 10.81 | 3.21 | - |
| YUV | 72.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 42 | 0 | 0.88 | 0.77 | 0.28 | 352.55 | 0.79 | 0.4 |
| Hex | B7 | 16 | 2A | 0 | 58 | 4D | 1C | 161 | 4F | 28 |
| Octal | 267 | 26 | 52 | 0 | 130 | 115 | 34 | 541 | 117 | 50 |
| Binary | 10110111 | 10110 | 101010 | 0 | 1011000 | 1001101 | 11100 | 101100001 | 1001111 | 101000 |
Color Harmonies of #B7162A
Complementary color
Monochromatic Colors of #B7162A
Black with #B7162A
Text Example
Text Example
White with #B7162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7162A; }
p { color: rgb(183,22,42); }
H1.HeaderClassName
{
color: #B7162A;
}
.AnyTagClassName
{
color: #B7162A;
}
</style>
background-color css
<style>
a { background-color: #B7162A; }
a { background-color: rgb(183,22,42); }
div.DivClassName
{
background-color: #B7162A;
}
.BgClassName
{
background-color: #B7162A;
}
</style>
border-color css
<style>
span { border-color: #B7162A; }
span { border-color: rgb(183,22,42); }
td.TdClassName
{
border-color: #B7162A;
}
.TagClassName
{
border-color: #B7162A;
}
</style>