Shades of Venetian Red #B7002E
Tints of Venetian Red #B7002E
RGB
CMYK
RGB Variations
Color information
#B7002E (or 0xB7002E) is known color: Venetian Red. HEX triplet: B7, 00 and 2E. RGB value is (183,0,46). Sum of RGB (Red+Green+Blue) = 183+0+46=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B7002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7002E is #48FFD1. Grayscale: #3B3B3B. Windows color (decimal): -4784082 or 3014839. OLE color: 3014839.
HSL color Cylindrical-coordinate representation of color #B7002E: hue angle of 344.92º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7002E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.75 | 0.28 |
| HSL | 344.92º | 1% | 0.36% | - |
| HSV(B) | 344.92º | 1% | 0.72% | - |
| XYZ | 20.02 | 10.26 | 3.51 | - |
| YUV | 59.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 46 | 0 | 1 | 0.75 | 0.28 | 344.92 | 1 | 0.36 |
| Hex | B7 | 0 | 2E | 0 | 64 | 4B | 1C | 159 | 64 | 24 |
| Octal | 267 | 0 | 56 | 0 | 144 | 113 | 34 | 531 | 144 | 44 |
| Binary | 10110111 | 0 | 101110 | 0 | 1100100 | 1001011 | 11100 | 101011001 | 1100100 | 100100 |
Color Harmonies of #B7002E
Complementary color
Monochromatic Colors of #B7002E
Black with #B7002E
Text Example
Text Example
White with #B7002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7002E; }
p { color: rgb(183,0,46); }
H1.HeaderClassName
{
color: #B7002E;
}
.AnyTagClassName
{
color: #B7002E;
}
</style>
background-color css
<style>
a { background-color: #B7002E; }
a { background-color: rgb(183,0,46); }
div.DivClassName
{
background-color: #B7002E;
}
.BgClassName
{
background-color: #B7002E;
}
</style>
border-color css
<style>
span { border-color: #B7002E; }
span { border-color: rgb(183,0,46); }
td.TdClassName
{
border-color: #B7002E;
}
.TagClassName
{
border-color: #B7002E;
}
</style>