Shades of Cardinal #B91E41
Tints of Cardinal #B91E41
RGB
CMYK
RGB Variations
Color information
#B91E41 (or 0xB91E41) is known color: Cardinal. HEX triplet: B9, 1E and 41. RGB value is (185,30,65). Sum of RGB (Red+Green+Blue) = 185+30+65=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E41 is #46E1BE. Grayscale: #505050. Windows color (decimal): -4645311 or 4267705. OLE color: 4267705.
HSL color Cylindrical-coordinate representation of color #B91E41: hue angle of 346.45º 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 #B91E41 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 65 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.27 |
| HSL | 346.45º | 0.72% | 0.42% | - |
| HSV(B) | 346.45º | 0.84% | 0.73% | - |
| XYZ | 21.43 | 11.62 | 6.12 | - |
| YUV | 80.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 65 | 0 | 0.84 | 0.65 | 0.27 | 346.45 | 0.72 | 0.42 |
| Hex | B9 | 1E | 41 | 0 | 54 | 41 | 1B | 15A | 48 | 2A |
| Octal | 271 | 36 | 101 | 0 | 124 | 101 | 33 | 532 | 110 | 52 |
| Binary | 10111001 | 11110 | 1000001 | 0 | 1010100 | 1000001 | 11011 | 101011010 | 1001000 | 101010 |
Color Harmonies of #B91E41
Complementary color
Monochromatic Colors of #B91E41
Black with #B91E41
Text Example
Text Example
White with #B91E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E41; }
p { color: rgb(185,30,65); }
H1.HeaderClassName
{
color: #B91E41;
}
.AnyTagClassName
{
color: #B91E41;
}
</style>
background-color css
<style>
a { background-color: #B91E41; }
a { background-color: rgb(185,30,65); }
div.DivClassName
{
background-color: #B91E41;
}
.BgClassName
{
background-color: #B91E41;
}
</style>
border-color css
<style>
span { border-color: #B91E41; }
span { border-color: rgb(185,30,65); }
td.TdClassName
{
border-color: #B91E41;
}
.TagClassName
{
border-color: #B91E41;
}
</style>