Shades of Venetian Red #C00A0C
Tints of Venetian Red #C00A0C
RGB
CMYK
RGB Variations
Color information
#C00A0C (or 0xC00A0C) is known color: Venetian Red. HEX triplet: C0, 0A and 0C. RGB value is (192,10,12). Sum of RGB (Red+Green+Blue) = 192+10+12=214 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.72% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A0C is #3FF5F3. Grayscale: #404040. Windows color (decimal): -4191732 or 789184. OLE color: 789184.
HSL color Cylindrical-coordinate representation of color #C00A0C: hue angle of 359.34º 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 #C00A0C is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 12 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.25 |
| HSL | 359.34º | 0.9% | 0.4% | - |
| HSV(B) | 359.34º | 0.95% | 0.75% | - |
| XYZ | 21.91 | 11.45 | 1.4 | - |
| YUV | 64.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 12 | 0 | 0.95 | 0.94 | 0.25 | 359.34 | 0.9 | 0.4 |
| Hex | C0 | A | C | 0 | 5F | 5E | 19 | 167 | 5A | 28 |
| Octal | 300 | 12 | 14 | 0 | 137 | 136 | 31 | 547 | 132 | 50 |
| Binary | 11000000 | 1010 | 1100 | 0 | 1011111 | 1011110 | 11001 | 101100111 | 1011010 | 101000 |
Color Harmonies of #C00A0C
Complementary color
Monochromatic Colors of #C00A0C
Black with #C00A0C
Text Example
Text Example
White with #C00A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A0C; }
p { color: rgb(192,10,12); }
H1.HeaderClassName
{
color: #C00A0C;
}
.AnyTagClassName
{
color: #C00A0C;
}
</style>
background-color css
<style>
a { background-color: #C00A0C; }
a { background-color: rgb(192,10,12); }
div.DivClassName
{
background-color: #C00A0C;
}
.BgClassName
{
background-color: #C00A0C;
}
</style>
border-color css
<style>
span { border-color: #C00A0C; }
span { border-color: rgb(192,10,12); }
td.TdClassName
{
border-color: #C00A0C;
}
.TagClassName
{
border-color: #C00A0C;
}
</style>