Shades of Venetian Red #C4060B
Tints of Venetian Red #C4060B
RGB
CMYK
RGB Variations
Color information
#C4060B (or 0xC4060B) is known color: Venetian Red. HEX triplet: C4, 06 and 0B. RGB value is (196,6,11). Sum of RGB (Red+Green+Blue) = 196+6+11=213 (28% of max value = 765). Red value is 196 (76.95% from 255 or 92.02% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 196 - color contains mainly: red. Hex color #C4060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C4060B is #3BF9F4. Grayscale: #3F3F3F. Windows color (decimal): -3930613 or 722628. OLE color: 722628.
HSL color Cylindrical-coordinate representation of color #C4060B: hue angle of 358.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4060B is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.23 |
| HSL | 358.42º | 0.94% | 0.4% | - |
| HSV(B) | 358.42º | 0.97% | 0.77% | - |
| XYZ | 22.89 | 11.89 | 1.41 | - |
| YUV | 63.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 11 | 0 | 0.97 | 0.94 | 0.23 | 358.42 | 0.94 | 0.4 |
| Hex | C4 | 6 | B | 0 | 61 | 5E | 17 | 166 | 5E | 28 |
| Octal | 304 | 6 | 13 | 0 | 141 | 136 | 27 | 546 | 136 | 50 |
| Binary | 11000100 | 110 | 1011 | 0 | 1100001 | 1011110 | 10111 | 101100110 | 1011110 | 101000 |
Color Harmonies of #C4060B
Complementary color
Monochromatic Colors of #C4060B
Black with #C4060B
Text Example
Text Example
White with #C4060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4060B; }
p { color: rgb(196,6,11); }
H1.HeaderClassName
{
color: #C4060B;
}
.AnyTagClassName
{
color: #C4060B;
}
</style>
background-color css
<style>
a { background-color: #C4060B; }
a { background-color: rgb(196,6,11); }
div.DivClassName
{
background-color: #C4060B;
}
.BgClassName
{
background-color: #C4060B;
}
</style>
border-color css
<style>
span { border-color: #C4060B; }
span { border-color: rgb(196,6,11); }
td.TdClassName
{
border-color: #C4060B;
}
.TagClassName
{
border-color: #C4060B;
}
</style>