Shades of Cardinal #B81337
Tints of Cardinal #B81337
RGB
CMYK
RGB Variations
Color information
#B81337 (or 0xB81337) is known color: Cardinal. HEX triplet: B8, 13 and 37. RGB value is (184,19,55). Sum of RGB (Red+Green+Blue) = 184+19+55=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B81337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81337 is #47ECC8. Grayscale: #484848. Windows color (decimal): -4713673 or 3609528. OLE color: 3609528.
HSL color Cylindrical-coordinate representation of color #B81337: hue angle of 346.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81337 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 55 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.28 |
| HSL | 346.91º | 0.81% | 0.4% | - |
| HSV(B) | 346.91º | 0.9% | 0.72% | - |
| XYZ | 20.69 | 10.93 | 4.63 | - |
| YUV | 72.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 55 | 0 | 0.90 | 0.70 | 0.28 | 346.91 | 0.81 | 0.4 |
| Hex | B8 | 13 | 37 | 0 | 5A | 46 | 1C | 15B | 51 | 28 |
| Octal | 270 | 23 | 67 | 0 | 132 | 106 | 34 | 533 | 121 | 50 |
| Binary | 10111000 | 10011 | 110111 | 0 | 1011010 | 1000110 | 11100 | 101011011 | 1010001 | 101000 |
Color Harmonies of #B81337
Complementary color
Monochromatic Colors of #B81337
Black with #B81337
Text Example
Text Example
White with #B81337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81337; }
p { color: rgb(184,19,55); }
H1.HeaderClassName
{
color: #B81337;
}
.AnyTagClassName
{
color: #B81337;
}
</style>
background-color css
<style>
a { background-color: #B81337; }
a { background-color: rgb(184,19,55); }
div.DivClassName
{
background-color: #B81337;
}
.BgClassName
{
background-color: #B81337;
}
</style>
border-color css
<style>
span { border-color: #B81337; }
span { border-color: rgb(184,19,55); }
td.TdClassName
{
border-color: #B81337;
}
.TagClassName
{
border-color: #B81337;
}
</style>