Shades of Venetian Red #B11121
Tints of Venetian Red #B11121
RGB
CMYK
RGB Variations
Color information
#B11121 (or 0xB11121) is known color: Venetian Red. HEX triplet: B1, 11 and 21. RGB value is (177,17,33). Sum of RGB (Red+Green+Blue) = 177+17+33=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B11121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11121 is #4EEEDE. Grayscale: #424242. Windows color (decimal): -5172959 or 2167217. OLE color: 2167217.
HSL color Cylindrical-coordinate representation of color #B11121: hue angle of 354º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11121 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 33 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.31 |
| HSL | 354º | 0.82% | 0.38% | - |
| HSV(B) | 354º | 0.9% | 0.69% | - |
| XYZ | 18.61 | 9.86 | 2.36 | - |
| YUV | 66.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 33 | 0 | 0.90 | 0.81 | 0.31 | 354 | 0.82 | 0.38 |
| Hex | B1 | 11 | 21 | 0 | 5A | 51 | 1F | 162 | 52 | 26 |
| Octal | 261 | 21 | 41 | 0 | 132 | 121 | 37 | 542 | 122 | 46 |
| Binary | 10110001 | 10001 | 100001 | 0 | 1011010 | 1010001 | 11111 | 101100010 | 1010010 | 100110 |
Color Harmonies of #B11121
Complementary color
Monochromatic Colors of #B11121
Black with #B11121
Text Example
Text Example
White with #B11121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11121; }
p { color: rgb(177,17,33); }
H1.HeaderClassName
{
color: #B11121;
}
.AnyTagClassName
{
color: #B11121;
}
</style>
background-color css
<style>
a { background-color: #B11121; }
a { background-color: rgb(177,17,33); }
div.DivClassName
{
background-color: #B11121;
}
.BgClassName
{
background-color: #B11121;
}
</style>
border-color css
<style>
span { border-color: #B11121; }
span { border-color: rgb(177,17,33); }
td.TdClassName
{
border-color: #B11121;
}
.TagClassName
{
border-color: #B11121;
}
</style>