Shades of Venetian Red #C4062A
Tints of Venetian Red #C4062A
RGB
CMYK
RGB Variations
Color information
#C4062A (or 0xC4062A) is known color: Venetian Red. HEX triplet: C4, 06 and 2A. RGB value is (196,6,42). Sum of RGB (Red+Green+Blue) = 196+6+42=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4062A is #3BF9D5. Grayscale: #424242. Windows color (decimal): -3930582 or 2754244. OLE color: 2754244.
HSL color Cylindrical-coordinate representation of color #C4062A: hue angle of 348.63º 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 #C4062A is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.23 |
| HSL | 348.63º | 0.94% | 0.4% | - |
| HSV(B) | 348.63º | 0.97% | 0.77% | - |
| XYZ | 23.25 | 12.03 | 3.29 | - |
| YUV | 66.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 42 | 0 | 0.97 | 0.79 | 0.23 | 348.63 | 0.94 | 0.4 |
| Hex | C4 | 6 | 2A | 0 | 61 | 4F | 17 | 15D | 5E | 28 |
| Octal | 304 | 6 | 52 | 0 | 141 | 117 | 27 | 535 | 136 | 50 |
| Binary | 11000100 | 110 | 101010 | 0 | 1100001 | 1001111 | 10111 | 101011101 | 1011110 | 101000 |
Color Harmonies of #C4062A
Complementary color
Monochromatic Colors of #C4062A
Black with #C4062A
Text Example
Text Example
White with #C4062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4062A; }
p { color: rgb(196,6,42); }
H1.HeaderClassName
{
color: #C4062A;
}
.AnyTagClassName
{
color: #C4062A;
}
</style>
background-color css
<style>
a { background-color: #C4062A; }
a { background-color: rgb(196,6,42); }
div.DivClassName
{
background-color: #C4062A;
}
.BgClassName
{
background-color: #C4062A;
}
</style>
border-color css
<style>
span { border-color: #C4062A; }
span { border-color: rgb(196,6,42); }
td.TdClassName
{
border-color: #C4062A;
}
.TagClassName
{
border-color: #C4062A;
}
</style>