Shades of Cardinal #B5192E
Tints of Cardinal #B5192E
RGB
CMYK
RGB Variations
Color information
#B5192E (or 0xB5192E) is known color: Cardinal. HEX triplet: B5, 19 and 2E. RGB value is (181,25,46). Sum of RGB (Red+Green+Blue) = 181+25+46=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B5192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5192E is #4AE6D1. Grayscale: #4A4A4A. Windows color (decimal): -4908754 or 3021237. OLE color: 3021237.
HSL color Cylindrical-coordinate representation of color #B5192E: hue angle of 351.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5192E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 46 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.29 |
| HSL | 351.92º | 0.76% | 0.4% | - |
| HSV(B) | 351.92º | 0.86% | 0.71% | - |
| XYZ | 19.9 | 10.72 | 3.6 | - |
| YUV | 74.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 46 | 0 | 0.86 | 0.75 | 0.29 | 351.92 | 0.76 | 0.4 |
| Hex | B5 | 19 | 2E | 0 | 56 | 4B | 1D | 160 | 4C | 28 |
| Octal | 265 | 31 | 56 | 0 | 126 | 113 | 35 | 540 | 114 | 50 |
| Binary | 10110101 | 11001 | 101110 | 0 | 1010110 | 1001011 | 11101 | 101100000 | 1001100 | 101000 |
Color Harmonies of #B5192E
Complementary color
Monochromatic Colors of #B5192E
Black with #B5192E
Text Example
Text Example
White with #B5192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5192E; }
p { color: rgb(181,25,46); }
H1.HeaderClassName
{
color: #B5192E;
}
.AnyTagClassName
{
color: #B5192E;
}
</style>
background-color css
<style>
a { background-color: #B5192E; }
a { background-color: rgb(181,25,46); }
div.DivClassName
{
background-color: #B5192E;
}
.BgClassName
{
background-color: #B5192E;
}
</style>
border-color css
<style>
span { border-color: #B5192E; }
span { border-color: rgb(181,25,46); }
td.TdClassName
{
border-color: #B5192E;
}
.TagClassName
{
border-color: #B5192E;
}
</style>