Shades of Cardinal #B8162B
Tints of Cardinal #B8162B
RGB
CMYK
RGB Variations
Color information
#B8162B (or 0xB8162B) is known color: Cardinal. HEX triplet: B8, 16 and 2B. RGB value is (184,22,43). Sum of RGB (Red+Green+Blue) = 184+22+43=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8162B is #47E9D4. Grayscale: #484848. Windows color (decimal): -4712917 or 2823864. OLE color: 2823864.
HSL color Cylindrical-coordinate representation of color #B8162B: hue angle of 352.22º 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 #B8162B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 43 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.28 |
| HSL | 352.22º | 0.79% | 0.4% | - |
| HSV(B) | 352.22º | 0.88% | 0.72% | - |
| XYZ | 20.49 | 10.94 | 3.32 | - |
| YUV | 72.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 43 | 0 | 0.88 | 0.77 | 0.28 | 352.22 | 0.79 | 0.4 |
| Hex | B8 | 16 | 2B | 0 | 58 | 4D | 1C | 160 | 4F | 28 |
| Octal | 270 | 26 | 53 | 0 | 130 | 115 | 34 | 540 | 117 | 50 |
| Binary | 10111000 | 10110 | 101011 | 0 | 1011000 | 1001101 | 11100 | 101100000 | 1001111 | 101000 |
Color Harmonies of #B8162B
Complementary color
Monochromatic Colors of #B8162B
Black with #B8162B
Text Example
Text Example
White with #B8162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8162B; }
p { color: rgb(184,22,43); }
H1.HeaderClassName
{
color: #B8162B;
}
.AnyTagClassName
{
color: #B8162B;
}
</style>
background-color css
<style>
a { background-color: #B8162B; }
a { background-color: rgb(184,22,43); }
div.DivClassName
{
background-color: #B8162B;
}
.BgClassName
{
background-color: #B8162B;
}
</style>
border-color css
<style>
span { border-color: #B8162B; }
span { border-color: rgb(184,22,43); }
td.TdClassName
{
border-color: #B8162B;
}
.TagClassName
{
border-color: #B8162B;
}
</style>