Shades of Venetian Red #B2070D
Tints of Venetian Red #B2070D
RGB
CMYK
RGB Variations
Color information
#B2070D (or 0xB2070D) is known color: Venetian Red. HEX triplet: B2, 07 and 0D. RGB value is (178,7,13). Sum of RGB (Red+Green+Blue) = 178+7+13=198 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89.90% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 178 - color contains mainly: red. Hex color #B2070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2070D is #4DF8F2. Grayscale: #3A3A3A. Windows color (decimal): -5110003 or 853938. OLE color: 853938.
HSL color Cylindrical-coordinate representation of color #B2070D: hue angle of 357.89º 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 #B2070D is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 13 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.30 |
| HSL | 357.89º | 0.92% | 0.36% | - |
| HSV(B) | 357.89º | 0.96% | 0.7% | - |
| XYZ | 18.51 | 9.65 | 1.27 | - |
| YUV | 58.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 13 | 0 | 0.96 | 0.93 | 0.30 | 357.89 | 0.92 | 0.36 |
| Hex | B2 | 7 | D | 0 | 60 | 5D | 1E | 166 | 5C | 24 |
| Octal | 262 | 7 | 15 | 0 | 140 | 135 | 36 | 546 | 134 | 44 |
| Binary | 10110010 | 111 | 1101 | 0 | 1100000 | 1011101 | 11110 | 101100110 | 1011100 | 100100 |
Color Harmonies of #B2070D
Complementary color
Monochromatic Colors of #B2070D
Black with #B2070D
Text Example
Text Example
White with #B2070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2070D; }
p { color: rgb(178,7,13); }
H1.HeaderClassName
{
color: #B2070D;
}
.AnyTagClassName
{
color: #B2070D;
}
</style>
background-color css
<style>
a { background-color: #B2070D; }
a { background-color: rgb(178,7,13); }
div.DivClassName
{
background-color: #B2070D;
}
.BgClassName
{
background-color: #B2070D;
}
</style>
border-color css
<style>
span { border-color: #B2070D; }
span { border-color: rgb(178,7,13); }
td.TdClassName
{
border-color: #B2070D;
}
.TagClassName
{
border-color: #B2070D;
}
</style>