Shades of Venetian Red #B20C23
Tints of Venetian Red #B20C23
RGB
CMYK
RGB Variations
Color information
#B20C23 (or 0xB20C23) is known color: Venetian Red. HEX triplet: B2, 0C and 23. RGB value is (178,12,35). Sum of RGB (Red+Green+Blue) = 178+12+35=225 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.11% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C23 is #4DF3DC. Grayscale: #404040. Windows color (decimal): -5108701 or 2297010. OLE color: 2297010.
HSL color Cylindrical-coordinate representation of color #B20C23: hue angle of 351.69º 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 #B20C23 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 35 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.30 |
| HSL | 351.69º | 0.87% | 0.37% | - |
| HSV(B) | 351.69º | 0.93% | 0.7% | - |
| XYZ | 18.79 | 9.85 | 2.5 | - |
| YUV | 64.26 | 111.5 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 35 | 0 | 0.93 | 0.80 | 0.30 | 351.69 | 0.87 | 0.37 |
| Hex | B2 | C | 23 | 0 | 5D | 50 | 1E | 160 | 57 | 25 |
| Octal | 262 | 14 | 43 | 0 | 135 | 120 | 36 | 540 | 127 | 45 |
| Binary | 10110010 | 1100 | 100011 | 0 | 1011101 | 1010000 | 11110 | 101100000 | 1010111 | 100101 |
Color Harmonies of #B20C23
Complementary color
Monochromatic Colors of #B20C23
Black with #B20C23
Text Example
Text Example
White with #B20C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C23; }
p { color: rgb(178,12,35); }
H1.HeaderClassName
{
color: #B20C23;
}
.AnyTagClassName
{
color: #B20C23;
}
</style>
background-color css
<style>
a { background-color: #B20C23; }
a { background-color: rgb(178,12,35); }
div.DivClassName
{
background-color: #B20C23;
}
.BgClassName
{
background-color: #B20C23;
}
</style>
border-color css
<style>
span { border-color: #B20C23; }
span { border-color: rgb(178,12,35); }
td.TdClassName
{
border-color: #B20C23;
}
.TagClassName
{
border-color: #B20C23;
}
</style>