Shades of Venetian Red #B70116
Tints of Venetian Red #B70116
RGB
CMYK
RGB Variations
Color information
#B70116 (or 0xB70116) is known color: Venetian Red. HEX triplet: B7, 01 and 16. RGB value is (183,1,22). Sum of RGB (Red+Green+Blue) = 183+1+22=206 (27% of max value = 765). Red value is 183 (71.88% from 255 or 88.83% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 183 - color contains mainly: red. Hex color #B70116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70116 is #48FEE9. Grayscale: #393939. Windows color (decimal): -4783850 or 1442231. OLE color: 1442231.
HSL color Cylindrical-coordinate representation of color #B70116: hue angle of 353.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70116 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.28 |
| HSL | 353.08º | 0.99% | 0.36% | - |
| HSV(B) | 353.08º | 0.99% | 0.72% | - |
| XYZ | 19.68 | 10.15 | 1.68 | - |
| YUV | 57.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 22 | 0 | 0.99 | 0.88 | 0.28 | 353.08 | 0.99 | 0.36 |
| Hex | B7 | 1 | 16 | 0 | 63 | 58 | 1C | 161 | 63 | 24 |
| Octal | 267 | 1 | 26 | 0 | 143 | 130 | 34 | 541 | 143 | 44 |
| Binary | 10110111 | 1 | 10110 | 0 | 1100011 | 1011000 | 11100 | 101100001 | 1100011 | 100100 |
Color Harmonies of #B70116
Complementary color
Monochromatic Colors of #B70116
Black with #B70116
Text Example
Text Example
White with #B70116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70116; }
p { color: rgb(183,1,22); }
H1.HeaderClassName
{
color: #B70116;
}
.AnyTagClassName
{
color: #B70116;
}
</style>
background-color css
<style>
a { background-color: #B70116; }
a { background-color: rgb(183,1,22); }
div.DivClassName
{
background-color: #B70116;
}
.BgClassName
{
background-color: #B70116;
}
</style>
border-color css
<style>
span { border-color: #B70116; }
span { border-color: rgb(183,1,22); }
td.TdClassName
{
border-color: #B70116;
}
.TagClassName
{
border-color: #B70116;
}
</style>