Shades of Venetian Red #B11117
Tints of Venetian Red #B11117
RGB
CMYK
RGB Variations
Color information
#B11117 (or 0xB11117) is known color: Venetian Red. HEX triplet: B1, 11 and 17. RGB value is (177,17,23). Sum of RGB (Red+Green+Blue) = 177+17+23=217 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.57% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 177 - color contains mainly: red. Hex color #B11117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11117 is #4EEEE8. Grayscale: #414141. Windows color (decimal): -5172969 or 1511857. OLE color: 1511857.
HSL color Cylindrical-coordinate representation of color #B11117: hue angle of 357.75º 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 #B11117 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 23 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.31 |
| HSL | 357.75º | 0.82% | 0.38% | - |
| HSV(B) | 357.75º | 0.9% | 0.69% | - |
| XYZ | 18.49 | 9.81 | 1.73 | - |
| YUV | 65.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 23 | 0 | 0.90 | 0.87 | 0.31 | 357.75 | 0.82 | 0.38 |
| Hex | B1 | 11 | 17 | 0 | 5A | 57 | 1F | 166 | 52 | 26 |
| Octal | 261 | 21 | 27 | 0 | 132 | 127 | 37 | 546 | 122 | 46 |
| Binary | 10110001 | 10001 | 10111 | 0 | 1011010 | 1010111 | 11111 | 101100110 | 1010010 | 100110 |
Color Harmonies of #B11117
Complementary color
Monochromatic Colors of #B11117
Black with #B11117
Text Example
Text Example
White with #B11117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11117; }
p { color: rgb(177,17,23); }
H1.HeaderClassName
{
color: #B11117;
}
.AnyTagClassName
{
color: #B11117;
}
</style>
background-color css
<style>
a { background-color: #B11117; }
a { background-color: rgb(177,17,23); }
div.DivClassName
{
background-color: #B11117;
}
.BgClassName
{
background-color: #B11117;
}
</style>
border-color css
<style>
span { border-color: #B11117; }
span { border-color: rgb(177,17,23); }
td.TdClassName
{
border-color: #B11117;
}
.TagClassName
{
border-color: #B11117;
}
</style>