Shades of Cardinal #B51132
Tints of Cardinal #B51132
RGB
CMYK
RGB Variations
Color information
#B51132 (or 0xB51132) is known color: Cardinal. HEX triplet: B5, 11 and 32. RGB value is (181,17,50). Sum of RGB (Red+Green+Blue) = 181+17+50=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B51132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51132 is #4AEECD. Grayscale: #454545. Windows color (decimal): -4910798 or 3281333. OLE color: 3281333.
HSL color Cylindrical-coordinate representation of color #B51132: hue angle of 347.93º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51132 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.29 |
| HSL | 347.93º | 0.83% | 0.39% | - |
| HSV(B) | 347.93º | 0.91% | 0.71% | - |
| XYZ | 19.83 | 10.45 | 3.99 | - |
| YUV | 69.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 50 | 0 | 0.91 | 0.72 | 0.29 | 347.93 | 0.83 | 0.39 |
| Hex | B5 | 11 | 32 | 0 | 5B | 48 | 1D | 15C | 53 | 27 |
| Octal | 265 | 21 | 62 | 0 | 133 | 110 | 35 | 534 | 123 | 47 |
| Binary | 10110101 | 10001 | 110010 | 0 | 1011011 | 1001000 | 11101 | 101011100 | 1010011 | 100111 |
Color Harmonies of #B51132
Complementary color
Monochromatic Colors of #B51132
Black with #B51132
Text Example
Text Example
White with #B51132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51132; }
p { color: rgb(181,17,50); }
H1.HeaderClassName
{
color: #B51132;
}
.AnyTagClassName
{
color: #B51132;
}
</style>
background-color css
<style>
a { background-color: #B51132; }
a { background-color: rgb(181,17,50); }
div.DivClassName
{
background-color: #B51132;
}
.BgClassName
{
background-color: #B51132;
}
</style>
border-color css
<style>
span { border-color: #B51132; }
span { border-color: rgb(181,17,50); }
td.TdClassName
{
border-color: #B51132;
}
.TagClassName
{
border-color: #B51132;
}
</style>