Shades of Venetian Red #B70813
Tints of Venetian Red #B70813
RGB
CMYK
RGB Variations
Color information
#B70813 (or 0xB70813) is known color: Venetian Red. HEX triplet: B7, 08 and 13. RGB value is (183,8,19). Sum of RGB (Red+Green+Blue) = 183+8+19=210 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.14% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 183 - color contains mainly: red. Hex color #B70813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70813 is #48F7EC. Grayscale: #3D3D3D. Windows color (decimal): -4782061 or 1247415. OLE color: 1247415.
HSL color Cylindrical-coordinate representation of color #B70813: hue angle of 356.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70813 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 19 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.28 |
| HSL | 356.23º | 0.92% | 0.37% | - |
| HSV(B) | 356.23º | 0.96% | 0.72% | - |
| XYZ | 19.73 | 10.29 | 1.56 | - |
| YUV | 61.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 19 | 0 | 0.96 | 0.90 | 0.28 | 356.23 | 0.92 | 0.37 |
| Hex | B7 | 8 | 13 | 0 | 60 | 5A | 1C | 164 | 5C | 25 |
| Octal | 267 | 10 | 23 | 0 | 140 | 132 | 34 | 544 | 134 | 45 |
| Binary | 10110111 | 1000 | 10011 | 0 | 1100000 | 1011010 | 11100 | 101100100 | 1011100 | 100101 |
Color Harmonies of #B70813
Complementary color
Monochromatic Colors of #B70813
Black with #B70813
Text Example
Text Example
White with #B70813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70813; }
p { color: rgb(183,8,19); }
H1.HeaderClassName
{
color: #B70813;
}
.AnyTagClassName
{
color: #B70813;
}
</style>
background-color css
<style>
a { background-color: #B70813; }
a { background-color: rgb(183,8,19); }
div.DivClassName
{
background-color: #B70813;
}
.BgClassName
{
background-color: #B70813;
}
</style>
border-color css
<style>
span { border-color: #B70813; }
span { border-color: rgb(183,8,19); }
td.TdClassName
{
border-color: #B70813;
}
.TagClassName
{
border-color: #B70813;
}
</style>