Shades of Venetian Red #B20C0E
Tints of Venetian Red #B20C0E
RGB
CMYK
RGB Variations
Color information
#B20C0E (or 0xB20C0E) is known color: Venetian Red. HEX triplet: B2, 0C and 0E. RGB value is (178,12,14). Sum of RGB (Red+Green+Blue) = 178+12+14=204 (27% of max value = 765). Red value is 178 (69.92% from 255 or 87.25% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C0E is #4DF3F1. Grayscale: #3E3E3E. Windows color (decimal): -5108722 or 920754. OLE color: 920754.
HSL color Cylindrical-coordinate representation of color #B20C0E: hue angle of 359.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C0E is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.30 |
| HSL | 359.28º | 0.87% | 0.37% | - |
| HSV(B) | 359.28º | 0.93% | 0.7% | - |
| XYZ | 18.57 | 9.76 | 1.32 | - |
| YUV | 61.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 14 | 0 | 0.93 | 0.92 | 0.30 | 359.28 | 0.87 | 0.37 |
| Hex | B2 | C | E | 0 | 5D | 5C | 1E | 167 | 57 | 25 |
| Octal | 262 | 14 | 16 | 0 | 135 | 134 | 36 | 547 | 127 | 45 |
| Binary | 10110010 | 1100 | 1110 | 0 | 1011101 | 1011100 | 11110 | 101100111 | 1010111 | 100101 |
Color Harmonies of #B20C0E
Complementary color
Monochromatic Colors of #B20C0E
Black with #B20C0E
Text Example
Text Example
White with #B20C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C0E; }
p { color: rgb(178,12,14); }
H1.HeaderClassName
{
color: #B20C0E;
}
.AnyTagClassName
{
color: #B20C0E;
}
</style>
background-color css
<style>
a { background-color: #B20C0E; }
a { background-color: rgb(178,12,14); }
div.DivClassName
{
background-color: #B20C0E;
}
.BgClassName
{
background-color: #B20C0E;
}
</style>
border-color css
<style>
span { border-color: #B20C0E; }
span { border-color: rgb(178,12,14); }
td.TdClassName
{
border-color: #B20C0E;
}
.TagClassName
{
border-color: #B20C0E;
}
</style>