Shades of Cardinal #B8162F
Tints of Cardinal #B8162F
RGB
CMYK
RGB Variations
Color information
#B8162F (or 0xB8162F) is known color: Cardinal. HEX triplet: B8, 16 and 2F. RGB value is (184,22,47). Sum of RGB (Red+Green+Blue) = 184+22+47=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B8162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8162F is #47E9D0. Grayscale: #494949. Windows color (decimal): -4712913 or 3086008. OLE color: 3086008.
HSL color Cylindrical-coordinate representation of color #B8162F: hue angle of 350.74º 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 #B8162F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 47 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.28 |
| HSL | 350.74º | 0.79% | 0.4% | - |
| HSV(B) | 350.74º | 0.88% | 0.72% | - |
| XYZ | 20.57 | 10.97 | 3.72 | - |
| YUV | 73.29 | 113.17 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 47 | 0 | 0.88 | 0.74 | 0.28 | 350.74 | 0.79 | 0.4 |
| Hex | B8 | 16 | 2F | 0 | 58 | 4A | 1C | 15F | 4F | 28 |
| Octal | 270 | 26 | 57 | 0 | 130 | 112 | 34 | 537 | 117 | 50 |
| Binary | 10111000 | 10110 | 101111 | 0 | 1011000 | 1001010 | 11100 | 101011111 | 1001111 | 101000 |
Color Harmonies of #B8162F
Complementary color
Monochromatic Colors of #B8162F
Black with #B8162F
Text Example
Text Example
White with #B8162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8162F; }
p { color: rgb(184,22,47); }
H1.HeaderClassName
{
color: #B8162F;
}
.AnyTagClassName
{
color: #B8162F;
}
</style>
background-color css
<style>
a { background-color: #B8162F; }
a { background-color: rgb(184,22,47); }
div.DivClassName
{
background-color: #B8162F;
}
.BgClassName
{
background-color: #B8162F;
}
</style>
border-color css
<style>
span { border-color: #B8162F; }
span { border-color: rgb(184,22,47); }
td.TdClassName
{
border-color: #B8162F;
}
.TagClassName
{
border-color: #B8162F;
}
</style>