Shades of Venetian Red #C40B20
Tints of Venetian Red #C40B20
RGB
CMYK
RGB Variations
Color information
#C40B20 (or 0xC40B20) is known color: Venetian Red. HEX triplet: C4, 0B and 20. RGB value is (196,11,32). Sum of RGB (Red+Green+Blue) = 196+11+32=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B20 is #3BF4DF. Grayscale: #444444. Windows color (decimal): -3929312 or 2100164. OLE color: 2100164.
HSL color Cylindrical-coordinate representation of color #C40B20: hue angle of 353.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40B20 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 32 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.23 |
| HSL | 353.19º | 0.89% | 0.41% | - |
| HSV(B) | 353.19º | 0.94% | 0.77% | - |
| XYZ | 23.15 | 12.08 | 2.48 | - |
| YUV | 68.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 32 | 0 | 0.94 | 0.84 | 0.23 | 353.19 | 0.89 | 0.41 |
| Hex | C4 | B | 20 | 0 | 5E | 54 | 17 | 161 | 59 | 29 |
| Octal | 304 | 13 | 40 | 0 | 136 | 124 | 27 | 541 | 131 | 51 |
| Binary | 11000100 | 1011 | 100000 | 0 | 1011110 | 1010100 | 10111 | 101100001 | 1011001 | 101001 |
Color Harmonies of #C40B20
Complementary color
Monochromatic Colors of #C40B20
Black with #C40B20
Text Example
Text Example
White with #C40B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B20; }
p { color: rgb(196,11,32); }
H1.HeaderClassName
{
color: #C40B20;
}
.AnyTagClassName
{
color: #C40B20;
}
</style>
background-color css
<style>
a { background-color: #C40B20; }
a { background-color: rgb(196,11,32); }
div.DivClassName
{
background-color: #C40B20;
}
.BgClassName
{
background-color: #C40B20;
}
</style>
border-color css
<style>
span { border-color: #C40B20; }
span { border-color: rgb(196,11,32); }
td.TdClassName
{
border-color: #C40B20;
}
.TagClassName
{
border-color: #C40B20;
}
</style>