Shades of Cardinal #B0162F
Tints of Cardinal #B0162F
RGB
CMYK
RGB Variations
Color information
#B0162F (or 0xB0162F) is known color: Cardinal. HEX triplet: B0, 16 and 2F. RGB value is (176,22,47). Sum of RGB (Red+Green+Blue) = 176+22+47=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B0162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0162F is #4FE9D0. Grayscale: #464646. Windows color (decimal): -5237201 or 3086000. OLE color: 3086000.
HSL color Cylindrical-coordinate representation of color #B0162F: hue angle of 350.26º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0162F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 47 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.31 |
| HSL | 350.26º | 0.78% | 0.39% | - |
| HSV(B) | 350.26º | 0.88% | 0.69% | - |
| XYZ | 18.7 | 10.01 | 3.64 | - |
| YUV | 70.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 47 | 0 | 0.88 | 0.73 | 0.31 | 350.26 | 0.78 | 0.39 |
| Hex | B0 | 16 | 2F | 0 | 58 | 49 | 1F | 15E | 4E | 27 |
| Octal | 260 | 26 | 57 | 0 | 130 | 111 | 37 | 536 | 116 | 47 |
| Binary | 10110000 | 10110 | 101111 | 0 | 1011000 | 1001001 | 11111 | 101011110 | 1001110 | 100111 |
Color Harmonies of #B0162F
Complementary color
Monochromatic Colors of #B0162F
Black with #B0162F
Text Example
Text Example
White with #B0162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0162F; }
p { color: rgb(176,22,47); }
H1.HeaderClassName
{
color: #B0162F;
}
.AnyTagClassName
{
color: #B0162F;
}
</style>
background-color css
<style>
a { background-color: #B0162F; }
a { background-color: rgb(176,22,47); }
div.DivClassName
{
background-color: #B0162F;
}
.BgClassName
{
background-color: #B0162F;
}
</style>
border-color css
<style>
span { border-color: #B0162F; }
span { border-color: rgb(176,22,47); }
td.TdClassName
{
border-color: #B0162F;
}
.TagClassName
{
border-color: #B0162F;
}
</style>