Shades of Venetian Red #C0010A
Tints of Venetian Red #C0010A
RGB
CMYK
RGB Variations
Color information
#C0010A (or 0xC0010A) is known color: Venetian Red. HEX triplet: C0, 01 and 0A. RGB value is (192,1,10). Sum of RGB (Red+Green+Blue) = 192+1+10=203 (26% of max value = 765). Red value is 192 (75.39% from 255 or 94.58% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 192 - color contains mainly: red. Hex color #C0010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0010A is #3FFEF5. Grayscale: #3B3B3B. Windows color (decimal): -4194038 or 655808. OLE color: 655808.
HSL color Cylindrical-coordinate representation of color #C0010A: hue angle of 357.17º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0010A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.25 |
| HSL | 357.17º | 0.99% | 0.38% | - |
| HSV(B) | 357.17º | 0.99% | 0.75% | - |
| XYZ | 21.8 | 11.25 | 1.31 | - |
| YUV | 59.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 10 | 0 | 0.99 | 0.95 | 0.25 | 357.17 | 0.99 | 0.38 |
| Hex | C0 | 1 | A | 0 | 63 | 5F | 19 | 165 | 63 | 26 |
| Octal | 300 | 1 | 12 | 0 | 143 | 137 | 31 | 545 | 143 | 46 |
| Binary | 11000000 | 1 | 1010 | 0 | 1100011 | 1011111 | 11001 | 101100101 | 1100011 | 100110 |
Color Harmonies of #C0010A
Complementary color
Monochromatic Colors of #C0010A
Black with #C0010A
Text Example
Text Example
White with #C0010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0010A; }
p { color: rgb(192,1,10); }
H1.HeaderClassName
{
color: #C0010A;
}
.AnyTagClassName
{
color: #C0010A;
}
</style>
background-color css
<style>
a { background-color: #C0010A; }
a { background-color: rgb(192,1,10); }
div.DivClassName
{
background-color: #C0010A;
}
.BgClassName
{
background-color: #C0010A;
}
</style>
border-color css
<style>
span { border-color: #C0010A; }
span { border-color: rgb(192,1,10); }
td.TdClassName
{
border-color: #C0010A;
}
.TagClassName
{
border-color: #C0010A;
}
</style>