Shades of Cardinal #B91837
Tints of Cardinal #B91837
RGB
CMYK
RGB Variations
Color information
#B91837 (or 0xB91837) is known color: Cardinal. HEX triplet: B9, 18 and 37. RGB value is (185,24,55). Sum of RGB (Red+Green+Blue) = 185+24+55=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B91837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91837 is #46E7C8. Grayscale: #4B4B4B. Windows color (decimal): -4646857 or 3610809. OLE color: 3610809.
HSL color Cylindrical-coordinate representation of color #B91837: hue angle of 348.45º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91837 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 55 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.27 |
| HSL | 348.45º | 0.77% | 0.41% | - |
| HSV(B) | 348.45º | 0.87% | 0.73% | - |
| XYZ | 21.02 | 11.24 | 4.68 | - |
| YUV | 75.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 55 | 0 | 0.87 | 0.70 | 0.27 | 348.45 | 0.77 | 0.41 |
| Hex | B9 | 18 | 37 | 0 | 57 | 46 | 1B | 15C | 4D | 29 |
| Octal | 271 | 30 | 67 | 0 | 127 | 106 | 33 | 534 | 115 | 51 |
| Binary | 10111001 | 11000 | 110111 | 0 | 1010111 | 1000110 | 11011 | 101011100 | 1001101 | 101001 |
Color Harmonies of #B91837
Complementary color
Monochromatic Colors of #B91837
Black with #B91837
Text Example
Text Example
White with #B91837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91837; }
p { color: rgb(185,24,55); }
H1.HeaderClassName
{
color: #B91837;
}
.AnyTagClassName
{
color: #B91837;
}
</style>
background-color css
<style>
a { background-color: #B91837; }
a { background-color: rgb(185,24,55); }
div.DivClassName
{
background-color: #B91837;
}
.BgClassName
{
background-color: #B91837;
}
</style>
border-color css
<style>
span { border-color: #B91837; }
span { border-color: rgb(185,24,55); }
td.TdClassName
{
border-color: #B91837;
}
.TagClassName
{
border-color: #B91837;
}
</style>