Shades of Venetian Red #C00A16
Tints of Venetian Red #C00A16
RGB
CMYK
RGB Variations
Color information
#C00A16 (or 0xC00A16) is known color: Venetian Red. HEX triplet: C0, 0A and 16. RGB value is (192,10,22). Sum of RGB (Red+Green+Blue) = 192+10+22=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A16 is #3FF5E9. Grayscale: #414141. Windows color (decimal): -4191722 or 1444544. OLE color: 1444544.
HSL color Cylindrical-coordinate representation of color #C00A16: hue angle of 356.04º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A16 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 22 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.25 |
| HSL | 356.04º | 0.9% | 0.4% | - |
| HSV(B) | 356.04º | 0.95% | 0.75% | - |
| XYZ | 21.99 | 11.48 | 1.82 | - |
| YUV | 65.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 22 | 0 | 0.95 | 0.89 | 0.25 | 356.04 | 0.9 | 0.4 |
| Hex | C0 | A | 16 | 0 | 5F | 59 | 19 | 164 | 5A | 28 |
| Octal | 300 | 12 | 26 | 0 | 137 | 131 | 31 | 544 | 132 | 50 |
| Binary | 11000000 | 1010 | 10110 | 0 | 1011111 | 1011001 | 11001 | 101100100 | 1011010 | 101000 |
Color Harmonies of #C00A16
Complementary color
Monochromatic Colors of #C00A16
Black with #C00A16
Text Example
Text Example
White with #C00A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A16; }
p { color: rgb(192,10,22); }
H1.HeaderClassName
{
color: #C00A16;
}
.AnyTagClassName
{
color: #C00A16;
}
</style>
background-color css
<style>
a { background-color: #C00A16; }
a { background-color: rgb(192,10,22); }
div.DivClassName
{
background-color: #C00A16;
}
.BgClassName
{
background-color: #C00A16;
}
</style>
border-color css
<style>
span { border-color: #C00A16; }
span { border-color: rgb(192,10,22); }
td.TdClassName
{
border-color: #C00A16;
}
.TagClassName
{
border-color: #C00A16;
}
</style>