Shades of Cardinal #B51934
Tints of Cardinal #B51934
RGB
CMYK
RGB Variations
Color information
#B51934 (or 0xB51934) is known color: Cardinal. HEX triplet: B5, 19 and 34. RGB value is (181,25,52). Sum of RGB (Red+Green+Blue) = 181+25+52=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B51934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51934 is #4AE6CB. Grayscale: #4A4A4A. Windows color (decimal): -4908748 or 3414453. OLE color: 3414453.
HSL color Cylindrical-coordinate representation of color #B51934: hue angle of 349.62º 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 #B51934 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 52 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.29 |
| HSL | 349.62º | 0.76% | 0.4% | - |
| HSV(B) | 349.62º | 0.86% | 0.71% | - |
| XYZ | 20.02 | 10.77 | 4.27 | - |
| YUV | 74.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 52 | 0 | 0.86 | 0.71 | 0.29 | 349.62 | 0.76 | 0.4 |
| Hex | B5 | 19 | 34 | 0 | 56 | 47 | 1D | 15E | 4C | 28 |
| Octal | 265 | 31 | 64 | 0 | 126 | 107 | 35 | 536 | 114 | 50 |
| Binary | 10110101 | 11001 | 110100 | 0 | 1010110 | 1000111 | 11101 | 101011110 | 1001100 | 101000 |
Color Harmonies of #B51934
Complementary color
Monochromatic Colors of #B51934
Black with #B51934
Text Example
Text Example
White with #B51934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51934; }
p { color: rgb(181,25,52); }
H1.HeaderClassName
{
color: #B51934;
}
.AnyTagClassName
{
color: #B51934;
}
</style>
background-color css
<style>
a { background-color: #B51934; }
a { background-color: rgb(181,25,52); }
div.DivClassName
{
background-color: #B51934;
}
.BgClassName
{
background-color: #B51934;
}
</style>
border-color css
<style>
span { border-color: #B51934; }
span { border-color: rgb(181,25,52); }
td.TdClassName
{
border-color: #B51934;
}
.TagClassName
{
border-color: #B51934;
}
</style>