Shades of Cardinal #B91040
Tints of Cardinal #B91040
RGB
CMYK
RGB Variations
Color information
#B91040 (or 0xB91040) is known color: Cardinal. HEX triplet: B9, 10 and 40. RGB value is (185,16,64). Sum of RGB (Red+Green+Blue) = 185+16+64=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B91040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91040 is #46EFBF. Grayscale: #474747. Windows color (decimal): -4648896 or 4198585. OLE color: 4198585.
HSL color Cylindrical-coordinate representation of color #B91040: hue angle of 342.96º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91040 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 64 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.27 |
| HSL | 342.96º | 0.84% | 0.39% | - |
| HSV(B) | 342.96º | 0.91% | 0.73% | - |
| XYZ | 21.12 | 11.06 | 5.87 | - |
| YUV | 72 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 64 | 0 | 0.91 | 0.65 | 0.27 | 342.96 | 0.84 | 0.39 |
| Hex | B9 | 10 | 40 | 0 | 5B | 41 | 1B | 157 | 54 | 27 |
| Octal | 271 | 20 | 100 | 0 | 133 | 101 | 33 | 527 | 124 | 47 |
| Binary | 10111001 | 10000 | 1000000 | 0 | 1011011 | 1000001 | 11011 | 101010111 | 1010100 | 100111 |
Color Harmonies of #B91040
Complementary color
Monochromatic Colors of #B91040
Black with #B91040
Text Example
Text Example
White with #B91040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91040; }
p { color: rgb(185,16,64); }
H1.HeaderClassName
{
color: #B91040;
}
.AnyTagClassName
{
color: #B91040;
}
</style>
background-color css
<style>
a { background-color: #B91040; }
a { background-color: rgb(185,16,64); }
div.DivClassName
{
background-color: #B91040;
}
.BgClassName
{
background-color: #B91040;
}
</style>
border-color css
<style>
span { border-color: #B91040; }
span { border-color: rgb(185,16,64); }
td.TdClassName
{
border-color: #B91040;
}
.TagClassName
{
border-color: #B91040;
}
</style>