Shades of Venetian Red #B70115
Tints of Venetian Red #B70115
RGB
CMYK
RGB Variations
Color information
#B70115 (or 0xB70115) is known color: Venetian Red. HEX triplet: B7, 01 and 15. RGB value is (183,1,21). Sum of RGB (Red+Green+Blue) = 183+1+21=205 (27% of max value = 765). Red value is 183 (71.88% from 255 or 89.27% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 183 - color contains mainly: red. Hex color #B70115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B70115 is #48FEEA. Grayscale: #393939. Windows color (decimal): -4783851 or 1376695. OLE color: 1376695.
HSL color Cylindrical-coordinate representation of color #B70115: hue angle of 353.41º 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 #B70115 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.28 |
| HSL | 353.41º | 0.99% | 0.36% | - |
| HSV(B) | 353.41º | 0.99% | 0.72% | - |
| XYZ | 19.67 | 10.14 | 1.63 | - |
| YUV | 57.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 21 | 0 | 0.99 | 0.89 | 0.28 | 353.41 | 0.99 | 0.36 |
| Hex | B7 | 1 | 15 | 0 | 63 | 59 | 1C | 161 | 63 | 24 |
| Octal | 267 | 1 | 25 | 0 | 143 | 131 | 34 | 541 | 143 | 44 |
| Binary | 10110111 | 1 | 10101 | 0 | 1100011 | 1011001 | 11100 | 101100001 | 1100011 | 100100 |
Color Harmonies of #B70115
Complementary color
Monochromatic Colors of #B70115
Black with #B70115
Text Example
Text Example
White with #B70115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70115; }
p { color: rgb(183,1,21); }
H1.HeaderClassName
{
color: #B70115;
}
.AnyTagClassName
{
color: #B70115;
}
</style>
background-color css
<style>
a { background-color: #B70115; }
a { background-color: rgb(183,1,21); }
div.DivClassName
{
background-color: #B70115;
}
.BgClassName
{
background-color: #B70115;
}
</style>
border-color css
<style>
span { border-color: #B70115; }
span { border-color: rgb(183,1,21); }
td.TdClassName
{
border-color: #B70115;
}
.TagClassName
{
border-color: #B70115;
}
</style>