Shades of Venetian Red #B70016
Tints of Venetian Red #B70016
RGB
CMYK
RGB Variations
Color information
#B70016 (or 0xB70016) is known color: Venetian Red. HEX triplet: B7, 00 and 16. RGB value is (183,0,22). Sum of RGB (Red+Green+Blue) = 183+0+22=205 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.27% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 183 - color contains mainly: red. Hex color #B70016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70016 is #48FFE9. Grayscale: #393939. Windows color (decimal): -4784106 or 1441975. OLE color: 1441975.
HSL color Cylindrical-coordinate representation of color #B70016: hue angle of 352.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70016 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.88 | 0.28 |
| HSL | 352.79º | 1% | 0.36% | - |
| HSV(B) | 352.79º | 1% | 0.72% | - |
| XYZ | 19.67 | 10.13 | 1.68 | - |
| YUV | 57.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 22 | 0 | 1 | 0.88 | 0.28 | 352.79 | 1 | 0.36 |
| Hex | B7 | 0 | 16 | 0 | 64 | 58 | 1C | 161 | 64 | 24 |
| Octal | 267 | 0 | 26 | 0 | 144 | 130 | 34 | 541 | 144 | 44 |
| Binary | 10110111 | 0 | 10110 | 0 | 1100100 | 1011000 | 11100 | 101100001 | 1100100 | 100100 |
Color Harmonies of #B70016
Complementary color
Monochromatic Colors of #B70016
Black with #B70016
Text Example
Text Example
White with #B70016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70016; }
p { color: rgb(183,0,22); }
H1.HeaderClassName
{
color: #B70016;
}
.AnyTagClassName
{
color: #B70016;
}
</style>
background-color css
<style>
a { background-color: #B70016; }
a { background-color: rgb(183,0,22); }
div.DivClassName
{
background-color: #B70016;
}
.BgClassName
{
background-color: #B70016;
}
</style>
border-color css
<style>
span { border-color: #B70016; }
span { border-color: rgb(183,0,22); }
td.TdClassName
{
border-color: #B70016;
}
.TagClassName
{
border-color: #B70016;
}
</style>