Shades of Venetian Red #C8060A
Tints of Venetian Red #C8060A
RGB
CMYK
RGB Variations
Color information
#C8060A (or 0xC8060A) is known color: Venetian Red. HEX triplet: C8, 06 and 0A. RGB value is (200,6,10). Sum of RGB (Red+Green+Blue) = 200+6+10=216 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.59% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 200 - color contains mainly: red. Hex color #C8060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8060A is #37F9F5. Grayscale: #404040. Windows color (decimal): -3668470 or 657096. OLE color: 657096.
HSL color Cylindrical-coordinate representation of color #C8060A: hue angle of 358.76º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.22 |
| HSL | 358.76º | 0.94% | 0.4% | - |
| HSV(B) | 358.76º | 0.97% | 0.78% | - |
| XYZ | 23.94 | 12.43 | 1.42 | - |
| YUV | 64.46 | 97.27 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 10 | 0 | 0.97 | 0.95 | 0.22 | 358.76 | 0.94 | 0.4 |
| Hex | C8 | 6 | A | 0 | 61 | 5F | 16 | 167 | 5E | 28 |
| Octal | 310 | 6 | 12 | 0 | 141 | 137 | 26 | 547 | 136 | 50 |
| Binary | 11001000 | 110 | 1010 | 0 | 1100001 | 1011111 | 10110 | 101100111 | 1011110 | 101000 |
Color Harmonies of #C8060A
Complementary color
Monochromatic Colors of #C8060A
Black with #C8060A
Text Example
Text Example
White with #C8060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8060A; }
p { color: rgb(200,6,10); }
H1.HeaderClassName
{
color: #C8060A;
}
.AnyTagClassName
{
color: #C8060A;
}
</style>
background-color css
<style>
a { background-color: #C8060A; }
a { background-color: rgb(200,6,10); }
div.DivClassName
{
background-color: #C8060A;
}
.BgClassName
{
background-color: #C8060A;
}
</style>
border-color css
<style>
span { border-color: #C8060A; }
span { border-color: rgb(200,6,10); }
td.TdClassName
{
border-color: #C8060A;
}
.TagClassName
{
border-color: #C8060A;
}
</style>