Shades of Venetian Red #C20B20
Tints of Venetian Red #C20B20
RGB
CMYK
RGB Variations
Color information
#C20B20 (or 0xC20B20) is known color: Venetian Red. HEX triplet: C2, 0B and 20. RGB value is (194,11,32). Sum of RGB (Red+Green+Blue) = 194+11+32=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20B20 is #3DF4DF. Grayscale: #444444. Windows color (decimal): -4060384 or 2100162. OLE color: 2100162.
HSL color Cylindrical-coordinate representation of color #C20B20: hue angle of 353.11º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.24 |
| HSL | 353.11º | 0.89% | 0.4% | - |
| HSV(B) | 353.11º | 0.94% | 0.76% | - |
| XYZ | 22.63 | 11.81 | 2.45 | - |
| YUV | 68.11 | 107.63 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 32 | 0 | 0.94 | 0.84 | 0.24 | 353.11 | 0.89 | 0.4 |
| Hex | C2 | B | 20 | 0 | 5E | 54 | 18 | 161 | 59 | 28 |
| Octal | 302 | 13 | 40 | 0 | 136 | 124 | 30 | 541 | 131 | 50 |
| Binary | 11000010 | 1011 | 100000 | 0 | 1011110 | 1010100 | 11000 | 101100001 | 1011001 | 101000 |
Color Harmonies of #C20B20
Complementary color
Monochromatic Colors of #C20B20
Black with #C20B20
Text Example
Text Example
White with #C20B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B20; }
p { color: rgb(194,11,32); }
H1.HeaderClassName
{
color: #C20B20;
}
.AnyTagClassName
{
color: #C20B20;
}
</style>
background-color css
<style>
a { background-color: #C20B20; }
a { background-color: rgb(194,11,32); }
div.DivClassName
{
background-color: #C20B20;
}
.BgClassName
{
background-color: #C20B20;
}
</style>
border-color css
<style>
span { border-color: #C20B20; }
span { border-color: rgb(194,11,32); }
td.TdClassName
{
border-color: #C20B20;
}
.TagClassName
{
border-color: #C20B20;
}
</style>