Shades of Cardinal #B51336
Tints of Cardinal #B51336
RGB
CMYK
RGB Variations
Color information
#B51336 (or 0xB51336) is known color: Cardinal. HEX triplet: B5, 13 and 36. RGB value is (181,19,54). Sum of RGB (Red+Green+Blue) = 181+19+54=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B51336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51336 is #4AECC9. Grayscale: #474747. Windows color (decimal): -4910282 or 3543989. OLE color: 3543989.
HSL color Cylindrical-coordinate representation of color #B51336: hue angle of 347.04º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51336 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 54 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.29 |
| HSL | 347.04º | 0.81% | 0.39% | - |
| HSV(B) | 347.04º | 0.9% | 0.71% | - |
| XYZ | 19.95 | 10.56 | 4.48 | - |
| YUV | 71.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 54 | 0 | 0.90 | 0.70 | 0.29 | 347.04 | 0.81 | 0.39 |
| Hex | B5 | 13 | 36 | 0 | 5A | 46 | 1D | 15B | 51 | 27 |
| Octal | 265 | 23 | 66 | 0 | 132 | 106 | 35 | 533 | 121 | 47 |
| Binary | 10110101 | 10011 | 110110 | 0 | 1011010 | 1000110 | 11101 | 101011011 | 1010001 | 100111 |
Color Harmonies of #B51336
Complementary color
Monochromatic Colors of #B51336
Black with #B51336
Text Example
Text Example
White with #B51336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51336; }
p { color: rgb(181,19,54); }
H1.HeaderClassName
{
color: #B51336;
}
.AnyTagClassName
{
color: #B51336;
}
</style>
background-color css
<style>
a { background-color: #B51336; }
a { background-color: rgb(181,19,54); }
div.DivClassName
{
background-color: #B51336;
}
.BgClassName
{
background-color: #B51336;
}
</style>
border-color css
<style>
span { border-color: #B51336; }
span { border-color: rgb(181,19,54); }
td.TdClassName
{
border-color: #B51336;
}
.TagClassName
{
border-color: #B51336;
}
</style>