Shades of Cardinal #B91B3E
Tints of Cardinal #B91B3E
RGB
CMYK
RGB Variations
Color information
#B91B3E (or 0xB91B3E) is known color: Cardinal. HEX triplet: B9, 1B and 3E. RGB value is (185,27,62). Sum of RGB (Red+Green+Blue) = 185+27+62=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B3E is #46E4C1. Grayscale: #4E4E4E. Windows color (decimal): -4646082 or 4070329. OLE color: 4070329.
HSL color Cylindrical-coordinate representation of color #B91B3E: hue angle of 346.71º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B3E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 62 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.27 |
| HSL | 346.71º | 0.75% | 0.42% | - |
| HSV(B) | 346.71º | 0.85% | 0.73% | - |
| XYZ | 21.27 | 11.45 | 5.65 | - |
| YUV | 78.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 62 | 0 | 0.85 | 0.66 | 0.27 | 346.71 | 0.75 | 0.42 |
| Hex | B9 | 1B | 3E | 0 | 55 | 42 | 1B | 15B | 4B | 2A |
| Octal | 271 | 33 | 76 | 0 | 125 | 102 | 33 | 533 | 113 | 52 |
| Binary | 10111001 | 11011 | 111110 | 0 | 1010101 | 1000010 | 11011 | 101011011 | 1001011 | 101010 |
Color Harmonies of #B91B3E
Complementary color
Monochromatic Colors of #B91B3E
Black with #B91B3E
Text Example
Text Example
White with #B91B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B3E; }
p { color: rgb(185,27,62); }
H1.HeaderClassName
{
color: #B91B3E;
}
.AnyTagClassName
{
color: #B91B3E;
}
</style>
background-color css
<style>
a { background-color: #B91B3E; }
a { background-color: rgb(185,27,62); }
div.DivClassName
{
background-color: #B91B3E;
}
.BgClassName
{
background-color: #B91B3E;
}
</style>
border-color css
<style>
span { border-color: #B91B3E; }
span { border-color: rgb(185,27,62); }
td.TdClassName
{
border-color: #B91B3E;
}
.TagClassName
{
border-color: #B91B3E;
}
</style>