Shades of Venetian Red #B2070E
Tints of Venetian Red #B2070E
RGB
CMYK
RGB Variations
Color information
#B2070E (or 0xB2070E) is known color: Venetian Red. HEX triplet: B2, 07 and 0E. RGB value is (178,7,14). Sum of RGB (Red+Green+Blue) = 178+7+14=199 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.45% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 178 - color contains mainly: red. Hex color #B2070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2070E is #4DF8F1. Grayscale: #3B3B3B. Windows color (decimal): -5110002 or 919474. OLE color: 919474.
HSL color Cylindrical-coordinate representation of color #B2070E: hue angle of 357.54º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2070E is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 14 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.30 |
| HSL | 357.54º | 0.92% | 0.36% | - |
| HSV(B) | 357.54º | 0.96% | 0.7% | - |
| XYZ | 18.52 | 9.65 | 1.3 | - |
| YUV | 58.93 | 102.65 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 14 | 0 | 0.96 | 0.92 | 0.30 | 357.54 | 0.92 | 0.36 |
| Hex | B2 | 7 | E | 0 | 60 | 5C | 1E | 166 | 5C | 24 |
| Octal | 262 | 7 | 16 | 0 | 140 | 134 | 36 | 546 | 134 | 44 |
| Binary | 10110010 | 111 | 1110 | 0 | 1100000 | 1011100 | 11110 | 101100110 | 1011100 | 100100 |
Color Harmonies of #B2070E
Complementary color
Monochromatic Colors of #B2070E
Black with #B2070E
Text Example
Text Example
White with #B2070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2070E; }
p { color: rgb(178,7,14); }
H1.HeaderClassName
{
color: #B2070E;
}
.AnyTagClassName
{
color: #B2070E;
}
</style>
background-color css
<style>
a { background-color: #B2070E; }
a { background-color: rgb(178,7,14); }
div.DivClassName
{
background-color: #B2070E;
}
.BgClassName
{
background-color: #B2070E;
}
</style>
border-color css
<style>
span { border-color: #B2070E; }
span { border-color: rgb(178,7,14); }
td.TdClassName
{
border-color: #B2070E;
}
.TagClassName
{
border-color: #B2070E;
}
</style>