Shades of Venetian Red #B11115
Tints of Venetian Red #B11115
RGB
CMYK
RGB Variations
Color information
#B11115 (or 0xB11115) is known color: Venetian Red. HEX triplet: B1, 11 and 15. RGB value is (177,17,21). Sum of RGB (Red+Green+Blue) = 177+17+21=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11115 is #4EEEEA. Grayscale: #414141. Windows color (decimal): -5172971 or 1380785. OLE color: 1380785.
HSL color Cylindrical-coordinate representation of color #B11115: hue angle of 358.5º 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 #B11115 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 21 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.31 |
| HSL | 358.5º | 0.82% | 0.38% | - |
| HSV(B) | 358.5º | 0.9% | 0.69% | - |
| XYZ | 18.47 | 9.8 | 1.63 | - |
| YUV | 65.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 21 | 0 | 0.90 | 0.88 | 0.31 | 358.5 | 0.82 | 0.38 |
| Hex | B1 | 11 | 15 | 0 | 5A | 58 | 1F | 166 | 52 | 26 |
| Octal | 261 | 21 | 25 | 0 | 132 | 130 | 37 | 546 | 122 | 46 |
| Binary | 10110001 | 10001 | 10101 | 0 | 1011010 | 1011000 | 11111 | 101100110 | 1010010 | 100110 |
Color Harmonies of #B11115
Complementary color
Monochromatic Colors of #B11115
Black with #B11115
Text Example
Text Example
White with #B11115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11115; }
p { color: rgb(177,17,21); }
H1.HeaderClassName
{
color: #B11115;
}
.AnyTagClassName
{
color: #B11115;
}
</style>
background-color css
<style>
a { background-color: #B11115; }
a { background-color: rgb(177,17,21); }
div.DivClassName
{
background-color: #B11115;
}
.BgClassName
{
background-color: #B11115;
}
</style>
border-color css
<style>
span { border-color: #B11115; }
span { border-color: rgb(177,17,21); }
td.TdClassName
{
border-color: #B11115;
}
.TagClassName
{
border-color: #B11115;
}
</style>