Shades of Cardinal #B91736
Tints of Cardinal #B91736
RGB
CMYK
RGB Variations
Color information
#B91736 (or 0xB91736) is known color: Cardinal. HEX triplet: B9, 17 and 36. RGB value is (185,23,54). Sum of RGB (Red+Green+Blue) = 185+23+54=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91736 is #46E8C9. Grayscale: #4B4B4B. Windows color (decimal): -4647114 or 3545017. OLE color: 3545017.
HSL color Cylindrical-coordinate representation of color #B91736: hue angle of 348.52º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91736 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 54 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.27 |
| HSL | 348.52º | 0.78% | 0.41% | - |
| HSV(B) | 348.52º | 0.88% | 0.73% | - |
| XYZ | 20.98 | 11.19 | 4.54 | - |
| YUV | 74.97 | 116.17 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 54 | 0 | 0.88 | 0.71 | 0.27 | 348.52 | 0.78 | 0.41 |
| Hex | B9 | 17 | 36 | 0 | 58 | 47 | 1B | 15D | 4E | 29 |
| Octal | 271 | 27 | 66 | 0 | 130 | 107 | 33 | 535 | 116 | 51 |
| Binary | 10111001 | 10111 | 110110 | 0 | 1011000 | 1000111 | 11011 | 101011101 | 1001110 | 101001 |
Color Harmonies of #B91736
Complementary color
Monochromatic Colors of #B91736
Black with #B91736
Text Example
Text Example
White with #B91736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91736; }
p { color: rgb(185,23,54); }
H1.HeaderClassName
{
color: #B91736;
}
.AnyTagClassName
{
color: #B91736;
}
</style>
background-color css
<style>
a { background-color: #B91736; }
a { background-color: rgb(185,23,54); }
div.DivClassName
{
background-color: #B91736;
}
.BgClassName
{
background-color: #B91736;
}
</style>
border-color css
<style>
span { border-color: #B91736; }
span { border-color: rgb(185,23,54); }
td.TdClassName
{
border-color: #B91736;
}
.TagClassName
{
border-color: #B91736;
}
</style>