Shades of Venetian Red #B11113
Tints of Venetian Red #B11113
RGB
CMYK
RGB Variations
Color information
#B11113 (or 0xB11113) is known color: Venetian Red. HEX triplet: B1, 11 and 13. RGB value is (177,17,19). Sum of RGB (Red+Green+Blue) = 177+17+19=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B11113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11113 is #4EEEEC. Grayscale: #414141. Windows color (decimal): -5172973 or 1249713. OLE color: 1249713.
HSL color Cylindrical-coordinate representation of color #B11113: hue angle of 359.25º 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 #B11113 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 19 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.31 |
| HSL | 359.25º | 0.82% | 0.38% | - |
| HSV(B) | 359.25º | 0.9% | 0.69% | - |
| XYZ | 18.45 | 9.8 | 1.53 | - |
| YUV | 65.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 19 | 0 | 0.90 | 0.89 | 0.31 | 359.25 | 0.82 | 0.38 |
| Hex | B1 | 11 | 13 | 0 | 5A | 59 | 1F | 167 | 52 | 26 |
| Octal | 261 | 21 | 23 | 0 | 132 | 131 | 37 | 547 | 122 | 46 |
| Binary | 10110001 | 10001 | 10011 | 0 | 1011010 | 1011001 | 11111 | 101100111 | 1010010 | 100110 |
Color Harmonies of #B11113
Complementary color
Monochromatic Colors of #B11113
Black with #B11113
Text Example
Text Example
White with #B11113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11113; }
p { color: rgb(177,17,19); }
H1.HeaderClassName
{
color: #B11113;
}
.AnyTagClassName
{
color: #B11113;
}
</style>
background-color css
<style>
a { background-color: #B11113; }
a { background-color: rgb(177,17,19); }
div.DivClassName
{
background-color: #B11113;
}
.BgClassName
{
background-color: #B11113;
}
</style>
border-color css
<style>
span { border-color: #B11113; }
span { border-color: rgb(177,17,19); }
td.TdClassName
{
border-color: #B11113;
}
.TagClassName
{
border-color: #B11113;
}
</style>