Shades of Venetian Red #C10A16
Tints of Venetian Red #C10A16
RGB
CMYK
RGB Variations
Color information
#C10A16 (or 0xC10A16) is known color: Venetian Red. HEX triplet: C1, 0A and 16. RGB value is (193,10,22). Sum of RGB (Red+Green+Blue) = 193+10+22=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A16 is #3EF5E9. Grayscale: #424242. Windows color (decimal): -4126186 or 1444545. OLE color: 1444545.
HSL color Cylindrical-coordinate representation of color #C10A16: hue angle of 356.07º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10A16 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 22 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.24 |
| HSL | 356.07º | 0.9% | 0.4% | - |
| HSV(B) | 356.07º | 0.95% | 0.76% | - |
| XYZ | 22.25 | 11.61 | 1.83 | - |
| YUV | 66.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 22 | 0 | 0.95 | 0.89 | 0.24 | 356.07 | 0.9 | 0.4 |
| Hex | C1 | A | 16 | 0 | 5F | 59 | 18 | 164 | 5A | 28 |
| Octal | 301 | 12 | 26 | 0 | 137 | 131 | 30 | 544 | 132 | 50 |
| Binary | 11000001 | 1010 | 10110 | 0 | 1011111 | 1011001 | 11000 | 101100100 | 1011010 | 101000 |
Color Harmonies of #C10A16
Complementary color
Monochromatic Colors of #C10A16
Black with #C10A16
Text Example
Text Example
White with #C10A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A16; }
p { color: rgb(193,10,22); }
H1.HeaderClassName
{
color: #C10A16;
}
.AnyTagClassName
{
color: #C10A16;
}
</style>
background-color css
<style>
a { background-color: #C10A16; }
a { background-color: rgb(193,10,22); }
div.DivClassName
{
background-color: #C10A16;
}
.BgClassName
{
background-color: #C10A16;
}
</style>
border-color css
<style>
span { border-color: #C10A16; }
span { border-color: rgb(193,10,22); }
td.TdClassName
{
border-color: #C10A16;
}
.TagClassName
{
border-color: #C10A16;
}
</style>