Shades of Venetian Red #B71112
Tints of Venetian Red #B71112
RGB
CMYK
RGB Variations
Color information
#B71112 (or 0xB71112) is known color: Venetian Red. HEX triplet: B7, 11 and 12. RGB value is (183,17,18). Sum of RGB (Red+Green+Blue) = 183+17+18=218 (28% of max value = 765). Red value is 183 (71.88% from 255 or 83.94% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 183 - color contains mainly: red. Hex color #B71112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71112 is #48EEED. Grayscale: #424242. Windows color (decimal): -4779758 or 1184183. OLE color: 1184183.
HSL color Cylindrical-coordinate representation of color #B71112: hue angle of 359.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71112 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.28 |
| HSL | 359.64º | 0.83% | 0.39% | - |
| HSV(B) | 359.64º | 0.91% | 0.72% | - |
| XYZ | 19.84 | 10.51 | 1.56 | - |
| YUV | 66.75 | 100.5 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 18 | 0 | 0.91 | 0.90 | 0.28 | 359.64 | 0.83 | 0.39 |
| Hex | B7 | 11 | 12 | 0 | 5B | 5A | 1C | 168 | 53 | 27 |
| Octal | 267 | 21 | 22 | 0 | 133 | 132 | 34 | 550 | 123 | 47 |
| Binary | 10110111 | 10001 | 10010 | 0 | 1011011 | 1011010 | 11100 | 101101000 | 1010011 | 100111 |
Color Harmonies of #B71112
Complementary color
Monochromatic Colors of #B71112
Black with #B71112
Text Example
Text Example
White with #B71112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71112; }
p { color: rgb(183,17,18); }
H1.HeaderClassName
{
color: #B71112;
}
.AnyTagClassName
{
color: #B71112;
}
</style>
background-color css
<style>
a { background-color: #B71112; }
a { background-color: rgb(183,17,18); }
div.DivClassName
{
background-color: #B71112;
}
.BgClassName
{
background-color: #B71112;
}
</style>
border-color css
<style>
span { border-color: #B71112; }
span { border-color: rgb(183,17,18); }
td.TdClassName
{
border-color: #B71112;
}
.TagClassName
{
border-color: #B71112;
}
</style>