Shades of Venetian Red #C40A20
Tints of Venetian Red #C40A20
RGB
CMYK
RGB Variations
Color information
#C40A20 (or 0xC40A20) is known color: Venetian Red. HEX triplet: C4, 0A and 20. RGB value is (196,10,32). Sum of RGB (Red+Green+Blue) = 196+10+32=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A20 is #3BF5DF. Grayscale: #444444. Windows color (decimal): -3929568 or 2099908. OLE color: 2099908.
HSL color Cylindrical-coordinate representation of color #C40A20: hue angle of 352.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A20 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.23 |
| HSL | 352.9º | 0.9% | 0.4% | - |
| HSV(B) | 352.9º | 0.95% | 0.77% | - |
| XYZ | 23.13 | 12.06 | 2.47 | - |
| YUV | 68.12 | 107.62 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 32 | 0 | 0.95 | 0.84 | 0.23 | 352.9 | 0.9 | 0.4 |
| Hex | C4 | A | 20 | 0 | 5F | 54 | 17 | 161 | 5A | 28 |
| Octal | 304 | 12 | 40 | 0 | 137 | 124 | 27 | 541 | 132 | 50 |
| Binary | 11000100 | 1010 | 100000 | 0 | 1011111 | 1010100 | 10111 | 101100001 | 1011010 | 101000 |
Color Harmonies of #C40A20
Complementary color
Monochromatic Colors of #C40A20
Black with #C40A20
Text Example
Text Example
White with #C40A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A20; }
p { color: rgb(196,10,32); }
H1.HeaderClassName
{
color: #C40A20;
}
.AnyTagClassName
{
color: #C40A20;
}
</style>
background-color css
<style>
a { background-color: #C40A20; }
a { background-color: rgb(196,10,32); }
div.DivClassName
{
background-color: #C40A20;
}
.BgClassName
{
background-color: #C40A20;
}
</style>
border-color css
<style>
span { border-color: #C40A20; }
span { border-color: rgb(196,10,32); }
td.TdClassName
{
border-color: #C40A20;
}
.TagClassName
{
border-color: #C40A20;
}
</style>