Shades of Venetian Red #C00520
Tints of Venetian Red #C00520
RGB
CMYK
RGB Variations
Color information
#C00520 (or 0xC00520) is known color: Venetian Red. HEX triplet: C0, 05 and 20. RGB value is (192,5,32). Sum of RGB (Red+Green+Blue) = 192+5+32=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00520 is #3FFADF. Grayscale: #404040. Windows color (decimal): -4192992 or 2098624. OLE color: 2098624.
HSL color Cylindrical-coordinate representation of color #C00520: hue angle of 351.34º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00520 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 32 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.25 |
| HSL | 351.34º | 0.95% | 0.39% | - |
| HSV(B) | 351.34º | 0.97% | 0.75% | - |
| XYZ | 22.05 | 11.42 | 2.41 | - |
| YUV | 63.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 32 | 0 | 0.97 | 0.83 | 0.25 | 351.34 | 0.95 | 0.39 |
| Hex | C0 | 5 | 20 | 0 | 61 | 53 | 19 | 15F | 5F | 27 |
| Octal | 300 | 5 | 40 | 0 | 141 | 123 | 31 | 537 | 137 | 47 |
| Binary | 11000000 | 101 | 100000 | 0 | 1100001 | 1010011 | 11001 | 101011111 | 1011111 | 100111 |
Color Harmonies of #C00520
Complementary color
Monochromatic Colors of #C00520
Black with #C00520
Text Example
Text Example
White with #C00520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00520; }
p { color: rgb(192,5,32); }
H1.HeaderClassName
{
color: #C00520;
}
.AnyTagClassName
{
color: #C00520;
}
</style>
background-color css
<style>
a { background-color: #C00520; }
a { background-color: rgb(192,5,32); }
div.DivClassName
{
background-color: #C00520;
}
.BgClassName
{
background-color: #C00520;
}
</style>
border-color css
<style>
span { border-color: #C00520; }
span { border-color: rgb(192,5,32); }
td.TdClassName
{
border-color: #C00520;
}
.TagClassName
{
border-color: #C00520;
}
</style>