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