Shades of Venetian Red #B7071E
Tints of Venetian Red #B7071E
RGB
CMYK
RGB Variations
Color information
#B7071E (or 0xB7071E) is known color: Venetian Red. HEX triplet: B7, 07 and 1E. RGB value is (183,7,30). Sum of RGB (Red+Green+Blue) = 183+7+30=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B7071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7071E is #48F8E1. Grayscale: #3E3E3E. Windows color (decimal): -4782306 or 1968055. OLE color: 1968055.
HSL color Cylindrical-coordinate representation of color #B7071E: hue angle of 352.16º degrees, saturation: 0.93, 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 #B7071E is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.28 |
| HSL | 352.16º | 0.93% | 0.37% | - |
| HSV(B) | 352.16º | 0.96% | 0.72% | - |
| XYZ | 19.84 | 10.31 | 2.17 | - |
| YUV | 62.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 30 | 0 | 0.96 | 0.84 | 0.28 | 352.16 | 0.93 | 0.37 |
| Hex | B7 | 7 | 1E | 0 | 60 | 54 | 1C | 160 | 5D | 25 |
| Octal | 267 | 7 | 36 | 0 | 140 | 124 | 34 | 540 | 135 | 45 |
| Binary | 10110111 | 111 | 11110 | 0 | 1100000 | 1010100 | 11100 | 101100000 | 1011101 | 100101 |
Color Harmonies of #B7071E
Complementary color
Monochromatic Colors of #B7071E
Black with #B7071E
Text Example
Text Example
White with #B7071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7071E; }
p { color: rgb(183,7,30); }
H1.HeaderClassName
{
color: #B7071E;
}
.AnyTagClassName
{
color: #B7071E;
}
</style>
background-color css
<style>
a { background-color: #B7071E; }
a { background-color: rgb(183,7,30); }
div.DivClassName
{
background-color: #B7071E;
}
.BgClassName
{
background-color: #B7071E;
}
</style>
border-color css
<style>
span { border-color: #B7071E; }
span { border-color: rgb(183,7,30); }
td.TdClassName
{
border-color: #B7071E;
}
.TagClassName
{
border-color: #B7071E;
}
</style>