Shades of Cardinal #B91E3F
Tints of Cardinal #B91E3F
RGB
CMYK
RGB Variations
Color information
#B91E3F (or 0xB91E3F) is known color: Cardinal. HEX triplet: B9, 1E and 3F. RGB value is (185,30,63). Sum of RGB (Red+Green+Blue) = 185+30+63=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E3F is #46E1C0. Grayscale: #505050. Windows color (decimal): -4645313 or 4136633. OLE color: 4136633.
HSL color Cylindrical-coordinate representation of color #B91E3F: hue angle of 347.23º 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 #B91E3F is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 63 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.27 |
| HSL | 347.23º | 0.72% | 0.42% | - |
| HSV(B) | 347.23º | 0.84% | 0.73% | - |
| XYZ | 21.37 | 11.6 | 5.82 | - |
| YUV | 80.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 63 | 0 | 0.84 | 0.66 | 0.27 | 347.23 | 0.72 | 0.42 |
| Hex | B9 | 1E | 3F | 0 | 54 | 42 | 1B | 15B | 48 | 2A |
| Octal | 271 | 36 | 77 | 0 | 124 | 102 | 33 | 533 | 110 | 52 |
| Binary | 10111001 | 11110 | 111111 | 0 | 1010100 | 1000010 | 11011 | 101011011 | 1001000 | 101010 |
Color Harmonies of #B91E3F
Complementary color
Monochromatic Colors of #B91E3F
Black with #B91E3F
Text Example
Text Example
White with #B91E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E3F; }
p { color: rgb(185,30,63); }
H1.HeaderClassName
{
color: #B91E3F;
}
.AnyTagClassName
{
color: #B91E3F;
}
</style>
background-color css
<style>
a { background-color: #B91E3F; }
a { background-color: rgb(185,30,63); }
div.DivClassName
{
background-color: #B91E3F;
}
.BgClassName
{
background-color: #B91E3F;
}
</style>
border-color css
<style>
span { border-color: #B91E3F; }
span { border-color: rgb(185,30,63); }
td.TdClassName
{
border-color: #B91E3F;
}
.TagClassName
{
border-color: #B91E3F;
}
</style>