Shades of Venetian Red #C10A12
Tints of Venetian Red #C10A12
RGB
CMYK
RGB Variations
Color information
#C10A12 (or 0xC10A12) is known color: Venetian Red. HEX triplet: C1, 0A and 12. RGB value is (193,10,18). Sum of RGB (Red+Green+Blue) = 193+10+18=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10A12 is #3EF5ED. Grayscale: #414141. Windows color (decimal): -4126190 or 1182401. OLE color: 1182401.
HSL color Cylindrical-coordinate representation of color #C10A12: hue angle of 357.38º 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 #C10A12 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 18 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.24 |
| HSL | 357.38º | 0.9% | 0.4% | - |
| HSV(B) | 357.38º | 0.95% | 0.76% | - |
| XYZ | 22.21 | 11.6 | 1.64 | - |
| YUV | 65.63 | 101.13 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 18 | 0 | 0.95 | 0.91 | 0.24 | 357.38 | 0.9 | 0.4 |
| Hex | C1 | A | 12 | 0 | 5F | 5B | 18 | 165 | 5A | 28 |
| Octal | 301 | 12 | 22 | 0 | 137 | 133 | 30 | 545 | 132 | 50 |
| Binary | 11000001 | 1010 | 10010 | 0 | 1011111 | 1011011 | 11000 | 101100101 | 1011010 | 101000 |
Color Harmonies of #C10A12
Complementary color
Monochromatic Colors of #C10A12
Black with #C10A12
Text Example
Text Example
White with #C10A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A12; }
p { color: rgb(193,10,18); }
H1.HeaderClassName
{
color: #C10A12;
}
.AnyTagClassName
{
color: #C10A12;
}
</style>
background-color css
<style>
a { background-color: #C10A12; }
a { background-color: rgb(193,10,18); }
div.DivClassName
{
background-color: #C10A12;
}
.BgClassName
{
background-color: #C10A12;
}
</style>
border-color css
<style>
span { border-color: #C10A12; }
span { border-color: rgb(193,10,18); }
td.TdClassName
{
border-color: #C10A12;
}
.TagClassName
{
border-color: #C10A12;
}
</style>