Shades of Venetian Red #B7071B
Tints of Venetian Red #B7071B
RGB
CMYK
RGB Variations
Color information
#B7071B (or 0xB7071B) is known color: Venetian Red. HEX triplet: B7, 07 and 1B. RGB value is (183,7,27). Sum of RGB (Red+Green+Blue) = 183+7+27=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7071B is #48F8E4. Grayscale: #3E3E3E. Windows color (decimal): -4782309 or 1771447. OLE color: 1771447.
HSL color Cylindrical-coordinate representation of color #B7071B: hue angle of 353.18º 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 #B7071B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 27 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.28 |
| HSL | 353.18º | 0.93% | 0.37% | - |
| HSV(B) | 353.18º | 0.96% | 0.72% | - |
| XYZ | 19.8 | 10.3 | 1.98 | - |
| YUV | 61.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 27 | 0 | 0.96 | 0.85 | 0.28 | 353.18 | 0.93 | 0.37 |
| Hex | B7 | 7 | 1B | 0 | 60 | 55 | 1C | 161 | 5D | 25 |
| Octal | 267 | 7 | 33 | 0 | 140 | 125 | 34 | 541 | 135 | 45 |
| Binary | 10110111 | 111 | 11011 | 0 | 1100000 | 1010101 | 11100 | 101100001 | 1011101 | 100101 |
Color Harmonies of #B7071B
Complementary color
Monochromatic Colors of #B7071B
Black with #B7071B
Text Example
Text Example
White with #B7071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7071B; }
p { color: rgb(183,7,27); }
H1.HeaderClassName
{
color: #B7071B;
}
.AnyTagClassName
{
color: #B7071B;
}
</style>
background-color css
<style>
a { background-color: #B7071B; }
a { background-color: rgb(183,7,27); }
div.DivClassName
{
background-color: #B7071B;
}
.BgClassName
{
background-color: #B7071B;
}
</style>
border-color css
<style>
span { border-color: #B7071B; }
span { border-color: rgb(183,7,27); }
td.TdClassName
{
border-color: #B7071B;
}
.TagClassName
{
border-color: #B7071B;
}
</style>