Shades of Cardinal #B91337
Tints of Cardinal #B91337
RGB
CMYK
RGB Variations
Color information
#B91337 (or 0xB91337) is known color: Cardinal. HEX triplet: B9, 13 and 37. RGB value is (185,19,55). Sum of RGB (Red+Green+Blue) = 185+19+55=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91337 is #46ECC8. Grayscale: #484848. Windows color (decimal): -4648137 or 3609529. OLE color: 3609529.
HSL color Cylindrical-coordinate representation of color #B91337: hue angle of 346.99º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91337 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 19 | 55 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.27 |
| HSL | 346.99º | 0.81% | 0.4% | - |
| HSV(B) | 346.99º | 0.9% | 0.73% | - |
| XYZ | 20.93 | 11.06 | 4.65 | - |
| YUV | 72.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 19 | 55 | 0 | 0.90 | 0.70 | 0.27 | 346.99 | 0.81 | 0.4 |
| Hex | B9 | 13 | 37 | 0 | 5A | 46 | 1B | 15B | 51 | 28 |
| Octal | 271 | 23 | 67 | 0 | 132 | 106 | 33 | 533 | 121 | 50 |
| Binary | 10111001 | 10011 | 110111 | 0 | 1011010 | 1000110 | 11011 | 101011011 | 1010001 | 101000 |
Color Harmonies of #B91337
Complementary color
Monochromatic Colors of #B91337
Black with #B91337
Text Example
Text Example
White with #B91337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91337; }
p { color: rgb(185,19,55); }
H1.HeaderClassName
{
color: #B91337;
}
.AnyTagClassName
{
color: #B91337;
}
</style>
background-color css
<style>
a { background-color: #B91337; }
a { background-color: rgb(185,19,55); }
div.DivClassName
{
background-color: #B91337;
}
.BgClassName
{
background-color: #B91337;
}
</style>
border-color css
<style>
span { border-color: #B91337; }
span { border-color: rgb(185,19,55); }
td.TdClassName
{
border-color: #B91337;
}
.TagClassName
{
border-color: #B91337;
}
</style>