Shades of Cardinal #B91E2E
Tints of Cardinal #B91E2E
RGB
CMYK
RGB Variations
Color information
#B91E2E (or 0xB91E2E) is known color: Cardinal. HEX triplet: B9, 1E and 2E. RGB value is (185,30,46). Sum of RGB (Red+Green+Blue) = 185+30+46=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E2E is #46E1D1. Grayscale: #4E4E4E. Windows color (decimal): -4645330 or 3022521. OLE color: 3022521.
HSL color Cylindrical-coordinate representation of color #B91E2E: hue angle of 353.81º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E2E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 46 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.81º | 0.72% | 0.42% | - |
| HSV(B) | 353.81º | 0.84% | 0.73% | - |
| XYZ | 20.97 | 11.44 | 3.69 | - |
| YUV | 78.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 46 | 0 | 0.84 | 0.75 | 0.27 | 353.81 | 0.72 | 0.42 |
| Hex | B9 | 1E | 2E | 0 | 54 | 4B | 1B | 162 | 48 | 2A |
| Octal | 271 | 36 | 56 | 0 | 124 | 113 | 33 | 542 | 110 | 52 |
| Binary | 10111001 | 11110 | 101110 | 0 | 1010100 | 1001011 | 11011 | 101100010 | 1001000 | 101010 |
Color Harmonies of #B91E2E
Complementary color
Monochromatic Colors of #B91E2E
Black with #B91E2E
Text Example
Text Example
White with #B91E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E2E; }
p { color: rgb(185,30,46); }
H1.HeaderClassName
{
color: #B91E2E;
}
.AnyTagClassName
{
color: #B91E2E;
}
</style>
background-color css
<style>
a { background-color: #B91E2E; }
a { background-color: rgb(185,30,46); }
div.DivClassName
{
background-color: #B91E2E;
}
.BgClassName
{
background-color: #B91E2E;
}
</style>
border-color css
<style>
span { border-color: #B91E2E; }
span { border-color: rgb(185,30,46); }
td.TdClassName
{
border-color: #B91E2E;
}
.TagClassName
{
border-color: #B91E2E;
}
</style>