Shades of Venetian Red #B70511
Tints of Venetian Red #B70511
RGB
CMYK
RGB Variations
Color information
#B70511 (or 0xB70511) is known color: Venetian Red. HEX triplet: B7, 05 and 11. RGB value is (183,5,17). Sum of RGB (Red+Green+Blue) = 183+5+17=205 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.27% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 183 - color contains mainly: red. Hex color #B70511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70511 is #48FAEE. Grayscale: #3B3B3B. Windows color (decimal): -4782831 or 1115575. OLE color: 1115575.
HSL color Cylindrical-coordinate representation of color #B70511: hue angle of 355.96º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70511 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.28 |
| HSL | 355.96º | 0.95% | 0.37% | - |
| HSV(B) | 355.96º | 0.97% | 0.72% | - |
| XYZ | 19.68 | 10.22 | 1.46 | - |
| YUV | 59.59 | 103.97 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 17 | 0 | 0.97 | 0.91 | 0.28 | 355.96 | 0.95 | 0.37 |
| Hex | B7 | 5 | 11 | 0 | 61 | 5B | 1C | 164 | 5F | 25 |
| Octal | 267 | 5 | 21 | 0 | 141 | 133 | 34 | 544 | 137 | 45 |
| Binary | 10110111 | 101 | 10001 | 0 | 1100001 | 1011011 | 11100 | 101100100 | 1011111 | 100101 |
Color Harmonies of #B70511
Complementary color
Monochromatic Colors of #B70511
Black with #B70511
Text Example
Text Example
White with #B70511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70511; }
p { color: rgb(183,5,17); }
H1.HeaderClassName
{
color: #B70511;
}
.AnyTagClassName
{
color: #B70511;
}
</style>
background-color css
<style>
a { background-color: #B70511; }
a { background-color: rgb(183,5,17); }
div.DivClassName
{
background-color: #B70511;
}
.BgClassName
{
background-color: #B70511;
}
</style>
border-color css
<style>
span { border-color: #B70511; }
span { border-color: rgb(183,5,17); }
td.TdClassName
{
border-color: #B70511;
}
.TagClassName
{
border-color: #B70511;
}
</style>