Shades of Venetian Red #B70E18
Tints of Venetian Red #B70E18
RGB
CMYK
RGB Variations
Color information
#B70E18 (or 0xB70E18) is known color: Venetian Red. HEX triplet: B7, 0E and 18. RGB value is (183,14,24). Sum of RGB (Red+Green+Blue) = 183+14+24=221 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.81% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70E18 is #48F1E7. Grayscale: #414141. Windows color (decimal): -4780520 or 1576631. OLE color: 1576631.
HSL color Cylindrical-coordinate representation of color #B70E18: hue angle of 356.45º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E18 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 24 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.28 |
| HSL | 356.45º | 0.86% | 0.39% | - |
| HSV(B) | 356.45º | 0.92% | 0.72% | - |
| XYZ | 19.85 | 10.45 | 1.83 | - |
| YUV | 65.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 24 | 0 | 0.92 | 0.87 | 0.28 | 356.45 | 0.86 | 0.39 |
| Hex | B7 | E | 18 | 0 | 5C | 57 | 1C | 164 | 56 | 27 |
| Octal | 267 | 16 | 30 | 0 | 134 | 127 | 34 | 544 | 126 | 47 |
| Binary | 10110111 | 1110 | 11000 | 0 | 1011100 | 1010111 | 11100 | 101100100 | 1010110 | 100111 |
Color Harmonies of #B70E18
Complementary color
Monochromatic Colors of #B70E18
Black with #B70E18
Text Example
Text Example
White with #B70E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E18; }
p { color: rgb(183,14,24); }
H1.HeaderClassName
{
color: #B70E18;
}
.AnyTagClassName
{
color: #B70E18;
}
</style>
background-color css
<style>
a { background-color: #B70E18; }
a { background-color: rgb(183,14,24); }
div.DivClassName
{
background-color: #B70E18;
}
.BgClassName
{
background-color: #B70E18;
}
</style>
border-color css
<style>
span { border-color: #B70E18; }
span { border-color: rgb(183,14,24); }
td.TdClassName
{
border-color: #B70E18;
}
.TagClassName
{
border-color: #B70E18;
}
</style>