Shades of Cardinal #B91936
Tints of Cardinal #B91936
RGB
CMYK
RGB Variations
Color information
#B91936 (or 0xB91936) is known color: Cardinal. HEX triplet: B9, 19 and 36. RGB value is (185,25,54). Sum of RGB (Red+Green+Blue) = 185+25+54=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B91936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91936 is #46E6C9. Grayscale: #4C4C4C. Windows color (decimal): -4646602 or 3545529. OLE color: 3545529.
HSL color Cylindrical-coordinate representation of color #B91936: hue angle of 349.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91936 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 54 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.27 |
| HSL | 349.13º | 0.76% | 0.41% | - |
| HSV(B) | 349.13º | 0.86% | 0.73% | - |
| XYZ | 21.02 | 11.28 | 4.56 | - |
| YUV | 76.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 54 | 0 | 0.86 | 0.71 | 0.27 | 349.13 | 0.76 | 0.41 |
| Hex | B9 | 19 | 36 | 0 | 56 | 47 | 1B | 15D | 4C | 29 |
| Octal | 271 | 31 | 66 | 0 | 126 | 107 | 33 | 535 | 114 | 51 |
| Binary | 10111001 | 11001 | 110110 | 0 | 1010110 | 1000111 | 11011 | 101011101 | 1001100 | 101001 |
Color Harmonies of #B91936
Complementary color
Monochromatic Colors of #B91936
Black with #B91936
Text Example
Text Example
White with #B91936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91936; }
p { color: rgb(185,25,54); }
H1.HeaderClassName
{
color: #B91936;
}
.AnyTagClassName
{
color: #B91936;
}
</style>
background-color css
<style>
a { background-color: #B91936; }
a { background-color: rgb(185,25,54); }
div.DivClassName
{
background-color: #B91936;
}
.BgClassName
{
background-color: #B91936;
}
</style>
border-color css
<style>
span { border-color: #B91936; }
span { border-color: rgb(185,25,54); }
td.TdClassName
{
border-color: #B91936;
}
.TagClassName
{
border-color: #B91936;
}
</style>