Shades of Cardinal #B91934
Tints of Cardinal #B91934
RGB
CMYK
RGB Variations
Color information
#B91934 (or 0xB91934) is known color: Cardinal. HEX triplet: B9, 19 and 34. RGB value is (185,25,52). Sum of RGB (Red+Green+Blue) = 185+25+52=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91934 is #46E6CB. Grayscale: #4B4B4B. Windows color (decimal): -4646604 or 3414457. OLE color: 3414457.
HSL color Cylindrical-coordinate representation of color #B91934: hue angle of 349.88º 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 #B91934 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 52 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.27 |
| HSL | 349.88º | 0.76% | 0.41% | - |
| HSV(B) | 349.88º | 0.86% | 0.73% | - |
| XYZ | 20.98 | 11.26 | 4.32 | - |
| YUV | 75.92 | 114.51 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 52 | 0 | 0.86 | 0.72 | 0.27 | 349.88 | 0.76 | 0.41 |
| Hex | B9 | 19 | 34 | 0 | 56 | 48 | 1B | 15E | 4C | 29 |
| Octal | 271 | 31 | 64 | 0 | 126 | 110 | 33 | 536 | 114 | 51 |
| Binary | 10111001 | 11001 | 110100 | 0 | 1010110 | 1001000 | 11011 | 101011110 | 1001100 | 101001 |
Color Harmonies of #B91934
Complementary color
Monochromatic Colors of #B91934
Black with #B91934
Text Example
Text Example
White with #B91934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91934; }
p { color: rgb(185,25,52); }
H1.HeaderClassName
{
color: #B91934;
}
.AnyTagClassName
{
color: #B91934;
}
</style>
background-color css
<style>
a { background-color: #B91934; }
a { background-color: rgb(185,25,52); }
div.DivClassName
{
background-color: #B91934;
}
.BgClassName
{
background-color: #B91934;
}
</style>
border-color css
<style>
span { border-color: #B91934; }
span { border-color: rgb(185,25,52); }
td.TdClassName
{
border-color: #B91934;
}
.TagClassName
{
border-color: #B91934;
}
</style>