Shades of Venetian Red #B7002B
Tints of Venetian Red #B7002B
RGB
CMYK
RGB Variations
Color information
#B7002B (or 0xB7002B) is known color: Venetian Red. HEX triplet: B7, 00 and 2B. RGB value is (183,0,43). Sum of RGB (Red+Green+Blue) = 183+0+43=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B7002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7002B is #48FFD4. Grayscale: #3B3B3B. Windows color (decimal): -4784085 or 2818231. OLE color: 2818231.
HSL color Cylindrical-coordinate representation of color #B7002B: hue angle of 345.9º 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 #B7002B is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.77 | 0.28 |
| HSL | 345.9º | 1% | 0.36% | - |
| HSV(B) | 345.9º | 1% | 0.72% | - |
| XYZ | 19.96 | 10.24 | 3.21 | - |
| YUV | 59.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 43 | 0 | 1 | 0.77 | 0.28 | 345.9 | 1 | 0.36 |
| Hex | B7 | 0 | 2B | 0 | 64 | 4D | 1C | 15A | 64 | 24 |
| Octal | 267 | 0 | 53 | 0 | 144 | 115 | 34 | 532 | 144 | 44 |
| Binary | 10110111 | 0 | 101011 | 0 | 1100100 | 1001101 | 11100 | 101011010 | 1100100 | 100100 |
Color Harmonies of #B7002B
Complementary color
Monochromatic Colors of #B7002B
Black with #B7002B
Text Example
Text Example
White with #B7002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7002B; }
p { color: rgb(183,0,43); }
H1.HeaderClassName
{
color: #B7002B;
}
.AnyTagClassName
{
color: #B7002B;
}
</style>
background-color css
<style>
a { background-color: #B7002B; }
a { background-color: rgb(183,0,43); }
div.DivClassName
{
background-color: #B7002B;
}
.BgClassName
{
background-color: #B7002B;
}
</style>
border-color css
<style>
span { border-color: #B7002B; }
span { border-color: rgb(183,0,43); }
td.TdClassName
{
border-color: #B7002B;
}
.TagClassName
{
border-color: #B7002B;
}
</style>