Shades of Cardinal #B51928
Tints of Cardinal #B51928
RGB
CMYK
RGB Variations
Color information
#B51928 (or 0xB51928) is known color: Cardinal. HEX triplet: B5, 19 and 28. RGB value is (181,25,40). Sum of RGB (Red+Green+Blue) = 181+25+40=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B51928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51928 is #4AE6D7. Grayscale: #494949. Windows color (decimal): -4908760 or 2628021. OLE color: 2628021.
HSL color Cylindrical-coordinate representation of color #B51928: hue angle of 354.23º 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 #B51928 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 40 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.29 |
| HSL | 354.23º | 0.76% | 0.4% | - |
| HSV(B) | 354.23º | 0.86% | 0.71% | - |
| XYZ | 19.79 | 10.67 | 3.02 | - |
| YUV | 73.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 40 | 0 | 0.86 | 0.78 | 0.29 | 354.23 | 0.76 | 0.4 |
| Hex | B5 | 19 | 28 | 0 | 56 | 4E | 1D | 162 | 4C | 28 |
| Octal | 265 | 31 | 50 | 0 | 126 | 116 | 35 | 542 | 114 | 50 |
| Binary | 10110101 | 11001 | 101000 | 0 | 1010110 | 1001110 | 11101 | 101100010 | 1001100 | 101000 |
Color Harmonies of #B51928
Complementary color
Monochromatic Colors of #B51928
Black with #B51928
Text Example
Text Example
White with #B51928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51928; }
p { color: rgb(181,25,40); }
H1.HeaderClassName
{
color: #B51928;
}
.AnyTagClassName
{
color: #B51928;
}
</style>
background-color css
<style>
a { background-color: #B51928; }
a { background-color: rgb(181,25,40); }
div.DivClassName
{
background-color: #B51928;
}
.BgClassName
{
background-color: #B51928;
}
</style>
border-color css
<style>
span { border-color: #B51928; }
span { border-color: rgb(181,25,40); }
td.TdClassName
{
border-color: #B51928;
}
.TagClassName
{
border-color: #B51928;
}
</style>