Shades of Cardinal #B91E2F
Tints of Cardinal #B91E2F
RGB
CMYK
RGB Variations
Color information
#B91E2F (or 0xB91E2F) is known color: Cardinal. HEX triplet: B9, 1E and 2F. RGB value is (185,30,47). Sum of RGB (Red+Green+Blue) = 185+30+47=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E2F is #46E1D0. Grayscale: #4E4E4E. Windows color (decimal): -4645329 or 3088057. OLE color: 3088057.
HSL color Cylindrical-coordinate representation of color #B91E2F: hue angle of 353.42º 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 #B91E2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.42º | 0.72% | 0.42% | - |
| HSV(B) | 353.42º | 0.84% | 0.73% | - |
| XYZ | 20.98 | 11.45 | 3.79 | - |
| YUV | 78.28 | 110.35 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 47 | 0 | 0.84 | 0.75 | 0.27 | 353.42 | 0.72 | 0.42 |
| Hex | B9 | 1E | 2F | 0 | 54 | 4B | 1B | 161 | 48 | 2A |
| Octal | 271 | 36 | 57 | 0 | 124 | 113 | 33 | 541 | 110 | 52 |
| Binary | 10111001 | 11110 | 101111 | 0 | 1010100 | 1001011 | 11011 | 101100001 | 1001000 | 101010 |
Color Harmonies of #B91E2F
Complementary color
Monochromatic Colors of #B91E2F
Black with #B91E2F
Text Example
Text Example
White with #B91E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E2F; }
p { color: rgb(185,30,47); }
H1.HeaderClassName
{
color: #B91E2F;
}
.AnyTagClassName
{
color: #B91E2F;
}
</style>
background-color css
<style>
a { background-color: #B91E2F; }
a { background-color: rgb(185,30,47); }
div.DivClassName
{
background-color: #B91E2F;
}
.BgClassName
{
background-color: #B91E2F;
}
</style>
border-color css
<style>
span { border-color: #B91E2F; }
span { border-color: rgb(185,30,47); }
td.TdClassName
{
border-color: #B91E2F;
}
.TagClassName
{
border-color: #B91E2F;
}
</style>