Shades of Venetian Red #C4032A
Tints of Venetian Red #C4032A
RGB
CMYK
RGB Variations
Color information
#C4032A (or 0xC4032A) is known color: Venetian Red. HEX triplet: C4, 03 and 2A. RGB value is (196,3,42). Sum of RGB (Red+Green+Blue) = 196+3+42=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C4032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4032A is #3BFCD5. Grayscale: #414141. Windows color (decimal): -3931350 or 2753476. OLE color: 2753476.
HSL color Cylindrical-coordinate representation of color #C4032A: hue angle of 347.88º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4032A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.23 |
| HSL | 347.88º | 0.97% | 0.39% | - |
| HSV(B) | 347.88º | 0.98% | 0.77% | - |
| XYZ | 23.22 | 11.97 | 3.28 | - |
| YUV | 65.15 | 114.94 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 42 | 0 | 0.98 | 0.79 | 0.23 | 347.88 | 0.97 | 0.39 |
| Hex | C4 | 3 | 2A | 0 | 62 | 4F | 17 | 15C | 61 | 27 |
| Octal | 304 | 3 | 52 | 0 | 142 | 117 | 27 | 534 | 141 | 47 |
| Binary | 11000100 | 11 | 101010 | 0 | 1100010 | 1001111 | 10111 | 101011100 | 1100001 | 100111 |
Color Harmonies of #C4032A
Complementary color
Monochromatic Colors of #C4032A
Black with #C4032A
Text Example
Text Example
White with #C4032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4032A; }
p { color: rgb(196,3,42); }
H1.HeaderClassName
{
color: #C4032A;
}
.AnyTagClassName
{
color: #C4032A;
}
</style>
background-color css
<style>
a { background-color: #C4032A; }
a { background-color: rgb(196,3,42); }
div.DivClassName
{
background-color: #C4032A;
}
.BgClassName
{
background-color: #C4032A;
}
</style>
border-color css
<style>
span { border-color: #C4032A; }
span { border-color: rgb(196,3,42); }
td.TdClassName
{
border-color: #C4032A;
}
.TagClassName
{
border-color: #C4032A;
}
</style>