Shades of Venetian Red #C0020A
Tints of Venetian Red #C0020A
RGB
CMYK
RGB Variations
Color information
#C0020A (or 0xC0020A) is known color: Venetian Red. HEX triplet: C0, 02 and 0A. RGB value is (192,2,10). Sum of RGB (Red+Green+Blue) = 192+2+10=204 (27% of max value = 765). Red value is 192 (75.39% from 255 or 94.12% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 192 - color contains mainly: red. Hex color #C0020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0020A is #3FFDF5. Grayscale: #3B3B3B. Windows color (decimal): -4193782 or 656064. OLE color: 656064.
HSL color Cylindrical-coordinate representation of color #C0020A: hue angle of 357.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.25 |
| HSL | 357.47º | 0.98% | 0.38% | - |
| HSV(B) | 357.47º | 0.99% | 0.75% | - |
| XYZ | 21.81 | 11.27 | 1.31 | - |
| YUV | 59.72 | 99.95 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 10 | 0 | 0.99 | 0.95 | 0.25 | 357.47 | 0.98 | 0.38 |
| Hex | C0 | 2 | A | 0 | 63 | 5F | 19 | 165 | 62 | 26 |
| Octal | 300 | 2 | 12 | 0 | 143 | 137 | 31 | 545 | 142 | 46 |
| Binary | 11000000 | 10 | 1010 | 0 | 1100011 | 1011111 | 11001 | 101100101 | 1100010 | 100110 |
Color Harmonies of #C0020A
Complementary color
Monochromatic Colors of #C0020A
Black with #C0020A
Text Example
Text Example
White with #C0020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0020A; }
p { color: rgb(192,2,10); }
H1.HeaderClassName
{
color: #C0020A;
}
.AnyTagClassName
{
color: #C0020A;
}
</style>
background-color css
<style>
a { background-color: #C0020A; }
a { background-color: rgb(192,2,10); }
div.DivClassName
{
background-color: #C0020A;
}
.BgClassName
{
background-color: #C0020A;
}
</style>
border-color css
<style>
span { border-color: #C0020A; }
span { border-color: rgb(192,2,10); }
td.TdClassName
{
border-color: #C0020A;
}
.TagClassName
{
border-color: #C0020A;
}
</style>