Shades of Cardinal #B81237
Tints of Cardinal #B81237
RGB
CMYK
RGB Variations
Color information
#B81237 (or 0xB81237) is known color: Cardinal. HEX triplet: B8, 12 and 37. RGB value is (184,18,55). Sum of RGB (Red+Green+Blue) = 184+18+55=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81237 is #47EDC8. Grayscale: #474747. Windows color (decimal): -4713929 or 3609272. OLE color: 3609272.
HSL color Cylindrical-coordinate representation of color #B81237: hue angle of 346.63º degrees, saturation: 0.82, 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 #B81237 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 55 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.28 |
| HSL | 346.63º | 0.82% | 0.4% | - |
| HSV(B) | 346.63º | 0.9% | 0.72% | - |
| XYZ | 20.67 | 10.9 | 4.63 | - |
| YUV | 71.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 55 | 0 | 0.90 | 0.70 | 0.28 | 346.63 | 0.82 | 0.4 |
| Hex | B8 | 12 | 37 | 0 | 5A | 46 | 1C | 15B | 52 | 28 |
| Octal | 270 | 22 | 67 | 0 | 132 | 106 | 34 | 533 | 122 | 50 |
| Binary | 10111000 | 10010 | 110111 | 0 | 1011010 | 1000110 | 11100 | 101011011 | 1010010 | 101000 |
Color Harmonies of #B81237
Complementary color
Monochromatic Colors of #B81237
Black with #B81237
Text Example
Text Example
White with #B81237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81237; }
p { color: rgb(184,18,55); }
H1.HeaderClassName
{
color: #B81237;
}
.AnyTagClassName
{
color: #B81237;
}
</style>
background-color css
<style>
a { background-color: #B81237; }
a { background-color: rgb(184,18,55); }
div.DivClassName
{
background-color: #B81237;
}
.BgClassName
{
background-color: #B81237;
}
</style>
border-color css
<style>
span { border-color: #B81237; }
span { border-color: rgb(184,18,55); }
td.TdClassName
{
border-color: #B81237;
}
.TagClassName
{
border-color: #B81237;
}
</style>