Shades of Venetian Red #B70B16
Tints of Venetian Red #B70B16
RGB
CMYK
RGB Variations
Color information
#B70B16 (or 0xB70B16) is known color: Venetian Red. HEX triplet: B7, 0B and 16. RGB value is (183,11,22). Sum of RGB (Red+Green+Blue) = 183+11+22=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70B16 is #48F4E9. Grayscale: #3F3F3F. Windows color (decimal): -4781290 or 1444791. OLE color: 1444791.
HSL color Cylindrical-coordinate representation of color #B70B16: hue angle of 356.16º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B16 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 22 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.28 |
| HSL | 356.16º | 0.89% | 0.38% | - |
| HSV(B) | 356.16º | 0.94% | 0.72% | - |
| XYZ | 19.79 | 10.36 | 1.72 | - |
| YUV | 63.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 22 | 0 | 0.94 | 0.88 | 0.28 | 356.16 | 0.89 | 0.38 |
| Hex | B7 | B | 16 | 0 | 5E | 58 | 1C | 164 | 59 | 26 |
| Octal | 267 | 13 | 26 | 0 | 136 | 130 | 34 | 544 | 131 | 46 |
| Binary | 10110111 | 1011 | 10110 | 0 | 1011110 | 1011000 | 11100 | 101100100 | 1011001 | 100110 |
Color Harmonies of #B70B16
Complementary color
Monochromatic Colors of #B70B16
Black with #B70B16
Text Example
Text Example
White with #B70B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B16; }
p { color: rgb(183,11,22); }
H1.HeaderClassName
{
color: #B70B16;
}
.AnyTagClassName
{
color: #B70B16;
}
</style>
background-color css
<style>
a { background-color: #B70B16; }
a { background-color: rgb(183,11,22); }
div.DivClassName
{
background-color: #B70B16;
}
.BgClassName
{
background-color: #B70B16;
}
</style>
border-color css
<style>
span { border-color: #B70B16; }
span { border-color: rgb(183,11,22); }
td.TdClassName
{
border-color: #B70B16;
}
.TagClassName
{
border-color: #B70B16;
}
</style>