Shades of Venetian Red #C60820
Tints of Venetian Red #C60820
RGB
CMYK
RGB Variations
Color information
#C60820 (or 0xC60820) is known color: Venetian Red. HEX triplet: C6, 08 and 20. RGB value is (198,8,32). Sum of RGB (Red+Green+Blue) = 198+8+32=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C60820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60820 is #39F7DF. Grayscale: #434343. Windows color (decimal): -3799008 or 2099398. OLE color: 2099398.
HSL color Cylindrical-coordinate representation of color #C60820: hue angle of 352.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60820 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 32 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.22 |
| HSL | 352.42º | 0.92% | 0.4% | - |
| HSV(B) | 352.42º | 0.96% | 0.78% | - |
| XYZ | 23.64 | 12.28 | 2.49 | - |
| YUV | 67.55 | 107.95 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 32 | 0 | 0.96 | 0.84 | 0.22 | 352.42 | 0.92 | 0.4 |
| Hex | C6 | 8 | 20 | 0 | 60 | 54 | 16 | 160 | 5C | 28 |
| Octal | 306 | 10 | 40 | 0 | 140 | 124 | 26 | 540 | 134 | 50 |
| Binary | 11000110 | 1000 | 100000 | 0 | 1100000 | 1010100 | 10110 | 101100000 | 1011100 | 101000 |
Color Harmonies of #C60820
Complementary color
Monochromatic Colors of #C60820
Black with #C60820
Text Example
Text Example
White with #C60820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60820; }
p { color: rgb(198,8,32); }
H1.HeaderClassName
{
color: #C60820;
}
.AnyTagClassName
{
color: #C60820;
}
</style>
background-color css
<style>
a { background-color: #C60820; }
a { background-color: rgb(198,8,32); }
div.DivClassName
{
background-color: #C60820;
}
.BgClassName
{
background-color: #C60820;
}
</style>
border-color css
<style>
span { border-color: #C60820; }
span { border-color: rgb(198,8,32); }
td.TdClassName
{
border-color: #C60820;
}
.TagClassName
{
border-color: #C60820;
}
</style>