Shades of Cardinal #B51940
Tints of Cardinal #B51940
RGB
CMYK
RGB Variations
Color information
#B51940 (or 0xB51940) is known color: Cardinal. HEX triplet: B5, 19 and 40. RGB value is (181,25,64). Sum of RGB (Red+Green+Blue) = 181+25+64=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B51940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51940 is #4AE6BF. Grayscale: #4C4C4C. Windows color (decimal): -4908736 or 4200885. OLE color: 4200885.
HSL color Cylindrical-coordinate representation of color #B51940: hue angle of 345º 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 #B51940 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 64 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.29 |
| HSL | 345º | 0.76% | 0.4% | - |
| HSV(B) | 345º | 0.86% | 0.71% | - |
| XYZ | 20.33 | 10.89 | 5.88 | - |
| YUV | 76.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 64 | 0 | 0.86 | 0.65 | 0.29 | 345 | 0.76 | 0.4 |
| Hex | B5 | 19 | 40 | 0 | 56 | 41 | 1D | 159 | 4C | 28 |
| Octal | 265 | 31 | 100 | 0 | 126 | 101 | 35 | 531 | 114 | 50 |
| Binary | 10110101 | 11001 | 1000000 | 0 | 1010110 | 1000001 | 11101 | 101011001 | 1001100 | 101000 |
Color Harmonies of #B51940
Complementary color
Monochromatic Colors of #B51940
Black with #B51940
Text Example
Text Example
White with #B51940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51940; }
p { color: rgb(181,25,64); }
H1.HeaderClassName
{
color: #B51940;
}
.AnyTagClassName
{
color: #B51940;
}
</style>
background-color css
<style>
a { background-color: #B51940; }
a { background-color: rgb(181,25,64); }
div.DivClassName
{
background-color: #B51940;
}
.BgClassName
{
background-color: #B51940;
}
</style>
border-color css
<style>
span { border-color: #B51940; }
span { border-color: rgb(181,25,64); }
td.TdClassName
{
border-color: #B51940;
}
.TagClassName
{
border-color: #B51940;
}
</style>