Shades of Venetian Red #B11314
Tints of Venetian Red #B11314
RGB
CMYK
RGB Variations
Color information
#B11314 (or 0xB11314) is known color: Venetian Red. HEX triplet: B1, 13 and 14. RGB value is (177,19,20). Sum of RGB (Red+Green+Blue) = 177+19+20=216 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.94% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 177 - color contains mainly: red. Hex color #B11314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11314 is #4EECEB. Grayscale: #424242. Windows color (decimal): -5172460 or 1315761. OLE color: 1315761.
HSL color Cylindrical-coordinate representation of color #B11314: hue angle of 359.62º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11314 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 20 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.31 |
| HSL | 359.62º | 0.81% | 0.38% | - |
| HSV(B) | 359.62º | 0.89% | 0.69% | - |
| XYZ | 18.49 | 9.86 | 1.59 | - |
| YUV | 66.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 20 | 0 | 0.89 | 0.89 | 0.31 | 359.62 | 0.81 | 0.38 |
| Hex | B1 | 13 | 14 | 0 | 59 | 59 | 1F | 168 | 51 | 26 |
| Octal | 261 | 23 | 24 | 0 | 131 | 131 | 37 | 550 | 121 | 46 |
| Binary | 10110001 | 10011 | 10100 | 0 | 1011001 | 1011001 | 11111 | 101101000 | 1010001 | 100110 |
Color Harmonies of #B11314
Complementary color
Monochromatic Colors of #B11314
Black with #B11314
Text Example
Text Example
White with #B11314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11314; }
p { color: rgb(177,19,20); }
H1.HeaderClassName
{
color: #B11314;
}
.AnyTagClassName
{
color: #B11314;
}
</style>
background-color css
<style>
a { background-color: #B11314; }
a { background-color: rgb(177,19,20); }
div.DivClassName
{
background-color: #B11314;
}
.BgClassName
{
background-color: #B11314;
}
</style>
border-color css
<style>
span { border-color: #B11314; }
span { border-color: rgb(177,19,20); }
td.TdClassName
{
border-color: #B11314;
}
.TagClassName
{
border-color: #B11314;
}
</style>