Shades of Cardinal #B51949
Tints of Cardinal #B51949
RGB
CMYK
RGB Variations
Color information
#B51949 (or 0xB51949) is known color: Cardinal. HEX triplet: B5, 19 and 49. RGB value is (181,25,73). Sum of RGB (Red+Green+Blue) = 181+25+73=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B51949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51949 is #4AE6B6. Grayscale: #4D4D4D. Windows color (decimal): -4908727 or 4790709. OLE color: 4790709.
HSL color Cylindrical-coordinate representation of color #B51949: hue angle of 341.54º 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 #B51949 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 73 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.29 |
| HSL | 341.54º | 0.76% | 0.4% | - |
| HSV(B) | 341.54º | 0.86% | 0.71% | - |
| XYZ | 20.61 | 11 | 7.34 | - |
| YUV | 77.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 73 | 0 | 0.86 | 0.60 | 0.29 | 341.54 | 0.76 | 0.4 |
| Hex | B5 | 19 | 49 | 0 | 56 | 3C | 1D | 156 | 4C | 28 |
| Octal | 265 | 31 | 111 | 0 | 126 | 74 | 35 | 526 | 114 | 50 |
| Binary | 10110101 | 11001 | 1001001 | 0 | 1010110 | 111100 | 11101 | 101010110 | 1001100 | 101000 |
Color Harmonies of #B51949
Complementary color
Monochromatic Colors of #B51949
Black with #B51949
Text Example
Text Example
White with #B51949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51949; }
p { color: rgb(181,25,73); }
H1.HeaderClassName
{
color: #B51949;
}
.AnyTagClassName
{
color: #B51949;
}
</style>
background-color css
<style>
a { background-color: #B51949; }
a { background-color: rgb(181,25,73); }
div.DivClassName
{
background-color: #B51949;
}
.BgClassName
{
background-color: #B51949;
}
</style>
border-color css
<style>
span { border-color: #B51949; }
span { border-color: rgb(181,25,73); }
td.TdClassName
{
border-color: #B51949;
}
.TagClassName
{
border-color: #B51949;
}
</style>