Shades of Venetian Red #B11214
Tints of Venetian Red #B11214
RGB
CMYK
RGB Variations
Color information
#B11214 (or 0xB11214) is known color: Venetian Red. HEX triplet: B1, 12 and 14. RGB value is (177,18,20). Sum of RGB (Red+Green+Blue) = 177+18+20=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B11214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11214 is #4EEDEB. Grayscale: #414141. Windows color (decimal): -5172716 or 1315505. OLE color: 1315505.
HSL color Cylindrical-coordinate representation of color #B11214: 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 #B11214 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 20 | - |
| 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.47 | 9.83 | 1.59 | - |
| YUV | 65.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 20 | 0 | 0.90 | 0.89 | 0.31 | 359.25 | 0.82 | 0.38 |
| Hex | B1 | 12 | 14 | 0 | 5A | 59 | 1F | 167 | 52 | 26 |
| Octal | 261 | 22 | 24 | 0 | 132 | 131 | 37 | 547 | 122 | 46 |
| Binary | 10110001 | 10010 | 10100 | 0 | 1011010 | 1011001 | 11111 | 101100111 | 1010010 | 100110 |
Color Harmonies of #B11214
Complementary color
Monochromatic Colors of #B11214
Black with #B11214
Text Example
Text Example
White with #B11214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11214; }
p { color: rgb(177,18,20); }
H1.HeaderClassName
{
color: #B11214;
}
.AnyTagClassName
{
color: #B11214;
}
</style>
background-color css
<style>
a { background-color: #B11214; }
a { background-color: rgb(177,18,20); }
div.DivClassName
{
background-color: #B11214;
}
.BgClassName
{
background-color: #B11214;
}
</style>
border-color css
<style>
span { border-color: #B11214; }
span { border-color: rgb(177,18,20); }
td.TdClassName
{
border-color: #B11214;
}
.TagClassName
{
border-color: #B11214;
}
</style>