Shades of Venetian Red #C6061B
Tints of Venetian Red #C6061B
RGB
CMYK
RGB Variations
Color information
#C6061B (or 0xC6061B) is known color: Venetian Red. HEX triplet: C6, 06 and 1B. RGB value is (198,6,27). Sum of RGB (Red+Green+Blue) = 198+6+27=231 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.71% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 198 - color contains mainly: red. Hex color #C6061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6061B is #39F9E4. Grayscale: #414141. Windows color (decimal): -3799525 or 1771206. OLE color: 1771206.
HSL color Cylindrical-coordinate representation of color #C6061B: hue angle of 353.44º 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 #C6061B is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.22 |
| HSL | 353.44º | 0.94% | 0.4% | - |
| HSV(B) | 353.44º | 0.97% | 0.78% | - |
| XYZ | 23.55 | 12.22 | 2.15 | - |
| YUV | 65.8 | 106.11 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 27 | 0 | 0.97 | 0.86 | 0.22 | 353.44 | 0.94 | 0.4 |
| Hex | C6 | 6 | 1B | 0 | 61 | 56 | 16 | 161 | 5E | 28 |
| Octal | 306 | 6 | 33 | 0 | 141 | 126 | 26 | 541 | 136 | 50 |
| Binary | 11000110 | 110 | 11011 | 0 | 1100001 | 1010110 | 10110 | 101100001 | 1011110 | 101000 |
Color Harmonies of #C6061B
Complementary color
Monochromatic Colors of #C6061B
Black with #C6061B
Text Example
Text Example
White with #C6061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6061B; }
p { color: rgb(198,6,27); }
H1.HeaderClassName
{
color: #C6061B;
}
.AnyTagClassName
{
color: #C6061B;
}
</style>
background-color css
<style>
a { background-color: #C6061B; }
a { background-color: rgb(198,6,27); }
div.DivClassName
{
background-color: #C6061B;
}
.BgClassName
{
background-color: #C6061B;
}
</style>
border-color css
<style>
span { border-color: #C6061B; }
span { border-color: rgb(198,6,27); }
td.TdClassName
{
border-color: #C6061B;
}
.TagClassName
{
border-color: #C6061B;
}
</style>