Shades of Venetian Red #B91121
Tints of Venetian Red #B91121
RGB
CMYK
RGB Variations
Color information
#B91121 (or 0xB91121) is known color: Venetian Red. HEX triplet: B9, 11 and 21. RGB value is (185,17,33). Sum of RGB (Red+Green+Blue) = 185+17+33=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B91121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91121 is #46EEDE. Grayscale: #454545. Windows color (decimal): -4648671 or 2167225. OLE color: 2167225.
HSL color Cylindrical-coordinate representation of color #B91121: hue angle of 354.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91121 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.27 |
| HSL | 354.29º | 0.83% | 0.4% | - |
| HSV(B) | 354.29º | 0.91% | 0.73% | - |
| XYZ | 20.48 | 10.82 | 2.45 | - |
| YUV | 69.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 33 | 0 | 0.91 | 0.82 | 0.27 | 354.29 | 0.83 | 0.4 |
| Hex | B9 | 11 | 21 | 0 | 5B | 52 | 1B | 162 | 53 | 28 |
| Octal | 271 | 21 | 41 | 0 | 133 | 122 | 33 | 542 | 123 | 50 |
| Binary | 10111001 | 10001 | 100001 | 0 | 1011011 | 1010010 | 11011 | 101100010 | 1010011 | 101000 |
Color Harmonies of #B91121
Complementary color
Monochromatic Colors of #B91121
Black with #B91121
Text Example
Text Example
White with #B91121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91121; }
p { color: rgb(185,17,33); }
H1.HeaderClassName
{
color: #B91121;
}
.AnyTagClassName
{
color: #B91121;
}
</style>
background-color css
<style>
a { background-color: #B91121; }
a { background-color: rgb(185,17,33); }
div.DivClassName
{
background-color: #B91121;
}
.BgClassName
{
background-color: #B91121;
}
</style>
border-color css
<style>
span { border-color: #B91121; }
span { border-color: rgb(185,17,33); }
td.TdClassName
{
border-color: #B91121;
}
.TagClassName
{
border-color: #B91121;
}
</style>