Shades of Venetian Red #B7040E
Tints of Venetian Red #B7040E
RGB
CMYK
RGB Variations
Color information
#B7040E (or 0xB7040E) is known color: Venetian Red. HEX triplet: B7, 04 and 0E. RGB value is (183,4,14). Sum of RGB (Red+Green+Blue) = 183+4+14=201 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.04% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 183 - color contains mainly: red. Hex color #B7040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7040E is #48FBF1. Grayscale: #3A3A3A. Windows color (decimal): -4783090 or 918711. OLE color: 918711.
HSL color Cylindrical-coordinate representation of color #B7040E: hue angle of 356.65º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.28 |
| HSL | 356.65º | 0.96% | 0.37% | - |
| HSV(B) | 356.65º | 0.98% | 0.72% | - |
| XYZ | 19.65 | 10.19 | 1.35 | - |
| YUV | 58.66 | 102.8 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 14 | 0 | 0.98 | 0.92 | 0.28 | 356.65 | 0.96 | 0.37 |
| Hex | B7 | 4 | E | 0 | 62 | 5C | 1C | 165 | 60 | 25 |
| Octal | 267 | 4 | 16 | 0 | 142 | 134 | 34 | 545 | 140 | 45 |
| Binary | 10110111 | 100 | 1110 | 0 | 1100010 | 1011100 | 11100 | 101100101 | 1100000 | 100101 |
Color Harmonies of #B7040E
Complementary color
Monochromatic Colors of #B7040E
Black with #B7040E
Text Example
Text Example
White with #B7040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7040E; }
p { color: rgb(183,4,14); }
H1.HeaderClassName
{
color: #B7040E;
}
.AnyTagClassName
{
color: #B7040E;
}
</style>
background-color css
<style>
a { background-color: #B7040E; }
a { background-color: rgb(183,4,14); }
div.DivClassName
{
background-color: #B7040E;
}
.BgClassName
{
background-color: #B7040E;
}
</style>
border-color css
<style>
span { border-color: #B7040E; }
span { border-color: rgb(183,4,14); }
td.TdClassName
{
border-color: #B7040E;
}
.TagClassName
{
border-color: #B7040E;
}
</style>