Shades of Cardinal #B91F2E
Tints of Cardinal #B91F2E
RGB
CMYK
RGB Variations
Color information
#B91F2E (or 0xB91F2E) is known color: Cardinal. HEX triplet: B9, 1F and 2E. RGB value is (185,31,46). Sum of RGB (Red+Green+Blue) = 185+31+46=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91F2E is #46E0D1. Grayscale: #4E4E4E. Windows color (decimal): -4645074 or 3022777. OLE color: 3022777.
HSL color Cylindrical-coordinate representation of color #B91F2E: hue angle of 354.16º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B91F2E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 46 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.27 |
| HSL | 354.16º | 0.71% | 0.42% | - |
| HSV(B) | 354.16º | 0.83% | 0.73% | - |
| XYZ | 20.99 | 11.49 | 3.7 | - |
| YUV | 78.76 | 109.52 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 46 | 0 | 0.83 | 0.75 | 0.27 | 354.16 | 0.71 | 0.42 |
| Hex | B9 | 1F | 2E | 0 | 53 | 4B | 1B | 162 | 47 | 2A |
| Octal | 271 | 37 | 56 | 0 | 123 | 113 | 33 | 542 | 107 | 52 |
| Binary | 10111001 | 11111 | 101110 | 0 | 1010011 | 1001011 | 11011 | 101100010 | 1000111 | 101010 |
Color Harmonies of #B91F2E
Complementary color
Monochromatic Colors of #B91F2E
Black with #B91F2E
Text Example
Text Example
White with #B91F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F2E; }
p { color: rgb(185,31,46); }
H1.HeaderClassName
{
color: #B91F2E;
}
.AnyTagClassName
{
color: #B91F2E;
}
</style>
background-color css
<style>
a { background-color: #B91F2E; }
a { background-color: rgb(185,31,46); }
div.DivClassName
{
background-color: #B91F2E;
}
.BgClassName
{
background-color: #B91F2E;
}
</style>
border-color css
<style>
span { border-color: #B91F2E; }
span { border-color: rgb(185,31,46); }
td.TdClassName
{
border-color: #B91F2E;
}
.TagClassName
{
border-color: #B91F2E;
}
</style>