Shades of Venetian Red #B20A0E
Tints of Venetian Red #B20A0E
RGB
CMYK
RGB Variations
Color information
#B20A0E (or 0xB20A0E) is known color: Venetian Red. HEX triplet: B2, 0A and 0E. RGB value is (178,10,14). Sum of RGB (Red+Green+Blue) = 178+10+14=202 (26% of max value = 765). Red value is 178 (69.92% from 255 or 88.12% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20A0E is #4DF5F1. Grayscale: #3C3C3C. Windows color (decimal): -5109234 or 920242. OLE color: 920242.
HSL color Cylindrical-coordinate representation of color #B20A0E: hue angle of 358.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A0E is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 14 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.30 |
| HSL | 358.57º | 0.89% | 0.37% | - |
| HSV(B) | 358.57º | 0.94% | 0.7% | - |
| XYZ | 18.55 | 9.71 | 1.31 | - |
| YUV | 60.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 14 | 0 | 0.94 | 0.92 | 0.30 | 358.57 | 0.89 | 0.37 |
| Hex | B2 | A | E | 0 | 5E | 5C | 1E | 167 | 59 | 25 |
| Octal | 262 | 12 | 16 | 0 | 136 | 134 | 36 | 547 | 131 | 45 |
| Binary | 10110010 | 1010 | 1110 | 0 | 1011110 | 1011100 | 11110 | 101100111 | 1011001 | 100101 |
Color Harmonies of #B20A0E
Complementary color
Monochromatic Colors of #B20A0E
Black with #B20A0E
Text Example
Text Example
White with #B20A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A0E; }
p { color: rgb(178,10,14); }
H1.HeaderClassName
{
color: #B20A0E;
}
.AnyTagClassName
{
color: #B20A0E;
}
</style>
background-color css
<style>
a { background-color: #B20A0E; }
a { background-color: rgb(178,10,14); }
div.DivClassName
{
background-color: #B20A0E;
}
.BgClassName
{
background-color: #B20A0E;
}
</style>
border-color css
<style>
span { border-color: #B20A0E; }
span { border-color: rgb(178,10,14); }
td.TdClassName
{
border-color: #B20A0E;
}
.TagClassName
{
border-color: #B20A0E;
}
</style>