Shades of Venetian Red #C00A12
Tints of Venetian Red #C00A12
RGB
CMYK
RGB Variations
Color information
#C00A12 (or 0xC00A12) is known color: Venetian Red. HEX triplet: C0, 0A and 12. RGB value is (192,10,18). Sum of RGB (Red+Green+Blue) = 192+10+18=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A12 is #3FF5ED. Grayscale: #414141. Windows color (decimal): -4191726 or 1182400. OLE color: 1182400.
HSL color Cylindrical-coordinate representation of color #C00A12: hue angle of 357.36º 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 #C00A12 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 18 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.25 |
| HSL | 357.36º | 0.9% | 0.4% | - |
| HSV(B) | 357.36º | 0.95% | 0.75% | - |
| XYZ | 21.96 | 11.47 | 1.63 | - |
| YUV | 65.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 18 | 0 | 0.95 | 0.91 | 0.25 | 357.36 | 0.9 | 0.4 |
| Hex | C0 | A | 12 | 0 | 5F | 5B | 19 | 165 | 5A | 28 |
| Octal | 300 | 12 | 22 | 0 | 137 | 133 | 31 | 545 | 132 | 50 |
| Binary | 11000000 | 1010 | 10010 | 0 | 1011111 | 1011011 | 11001 | 101100101 | 1011010 | 101000 |
Color Harmonies of #C00A12
Complementary color
Monochromatic Colors of #C00A12
Black with #C00A12
Text Example
Text Example
White with #C00A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A12; }
p { color: rgb(192,10,18); }
H1.HeaderClassName
{
color: #C00A12;
}
.AnyTagClassName
{
color: #C00A12;
}
</style>
background-color css
<style>
a { background-color: #C00A12; }
a { background-color: rgb(192,10,18); }
div.DivClassName
{
background-color: #C00A12;
}
.BgClassName
{
background-color: #C00A12;
}
</style>
border-color css
<style>
span { border-color: #C00A12; }
span { border-color: rgb(192,10,18); }
td.TdClassName
{
border-color: #C00A12;
}
.TagClassName
{
border-color: #C00A12;
}
</style>