Shades of Venetian Red #B20E23
Tints of Venetian Red #B20E23
RGB
CMYK
RGB Variations
Color information
#B20E23 (or 0xB20E23) is known color: Venetian Red. HEX triplet: B2, 0E and 23. RGB value is (178,14,35). Sum of RGB (Red+Green+Blue) = 178+14+35=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20E23 is #4DF1DC. Grayscale: #414141. Windows color (decimal): -5108189 or 2297522. OLE color: 2297522.
HSL color Cylindrical-coordinate representation of color #B20E23: hue angle of 352.32º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E23 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 35 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.30 |
| HSL | 352.32º | 0.85% | 0.38% | - |
| HSV(B) | 352.32º | 0.92% | 0.7% | - |
| XYZ | 18.82 | 9.9 | 2.51 | - |
| YUV | 65.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 35 | 0 | 0.92 | 0.80 | 0.30 | 352.32 | 0.85 | 0.38 |
| Hex | B2 | E | 23 | 0 | 5C | 50 | 1E | 160 | 55 | 26 |
| Octal | 262 | 16 | 43 | 0 | 134 | 120 | 36 | 540 | 125 | 46 |
| Binary | 10110010 | 1110 | 100011 | 0 | 1011100 | 1010000 | 11110 | 101100000 | 1010101 | 100110 |
Color Harmonies of #B20E23
Complementary color
Monochromatic Colors of #B20E23
Black with #B20E23
Text Example
Text Example
White with #B20E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E23; }
p { color: rgb(178,14,35); }
H1.HeaderClassName
{
color: #B20E23;
}
.AnyTagClassName
{
color: #B20E23;
}
</style>
background-color css
<style>
a { background-color: #B20E23; }
a { background-color: rgb(178,14,35); }
div.DivClassName
{
background-color: #B20E23;
}
.BgClassName
{
background-color: #B20E23;
}
</style>
border-color css
<style>
span { border-color: #B20E23; }
span { border-color: rgb(178,14,35); }
td.TdClassName
{
border-color: #B20E23;
}
.TagClassName
{
border-color: #B20E23;
}
</style>