Shades of Cardinal #B5162E
Tints of Cardinal #B5162E
RGB
CMYK
RGB Variations
Color information
#B5162E (or 0xB5162E) is known color: Cardinal. HEX triplet: B5, 16 and 2E. RGB value is (181,22,46). Sum of RGB (Red+Green+Blue) = 181+22+46=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5162E is #4AE9D1. Grayscale: #484848. Windows color (decimal): -4909522 or 3020469. OLE color: 3020469.
HSL color Cylindrical-coordinate representation of color #B5162E: hue angle of 350.94º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5162E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 46 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.29 |
| HSL | 350.94º | 0.78% | 0.4% | - |
| HSV(B) | 350.94º | 0.88% | 0.71% | - |
| XYZ | 19.84 | 10.59 | 3.58 | - |
| YUV | 72.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 46 | 0 | 0.88 | 0.75 | 0.29 | 350.94 | 0.78 | 0.4 |
| Hex | B5 | 16 | 2E | 0 | 58 | 4B | 1D | 15F | 4E | 28 |
| Octal | 265 | 26 | 56 | 0 | 130 | 113 | 35 | 537 | 116 | 50 |
| Binary | 10110101 | 10110 | 101110 | 0 | 1011000 | 1001011 | 11101 | 101011111 | 1001110 | 101000 |
Color Harmonies of #B5162E
Complementary color
Monochromatic Colors of #B5162E
Black with #B5162E
Text Example
Text Example
White with #B5162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5162E; }
p { color: rgb(181,22,46); }
H1.HeaderClassName
{
color: #B5162E;
}
.AnyTagClassName
{
color: #B5162E;
}
</style>
background-color css
<style>
a { background-color: #B5162E; }
a { background-color: rgb(181,22,46); }
div.DivClassName
{
background-color: #B5162E;
}
.BgClassName
{
background-color: #B5162E;
}
</style>
border-color css
<style>
span { border-color: #B5162E; }
span { border-color: rgb(181,22,46); }
td.TdClassName
{
border-color: #B5162E;
}
.TagClassName
{
border-color: #B5162E;
}
</style>