#C4042C

Color #C4042C Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C4042C

Tints of Venetian Red #C4042C

Color information

#C4042C (or 0xC4042C) is unknown color: approx Venetian Red. HEX triplet: C4, 04 and 2C. RGB value is (196,4,44). Sum of RGB (Red+Green+Blue) = 196+4+44=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4042C is #3BFBD3. Grayscale: #424242. Windows color (decimal): -3931092 or 2884804. OLE color: 2884804.

HSL color Cylindrical-coordinate representation of color #C4042C: hue angle of 347.5º degrees, saturation: 0.96, 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 #C4042C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB196444-
CMYK00.980.780.23
HSL347.5º96%39.22%-
HSV(B)347.5º97.96%76.86%-
XYZ23.26123.47-
YUV65.97115.61220.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 80.33%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=80.33%
G=1.64%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19644400.980.780.23347.59639.22
HexC442C0624E1715c6027
Octal30445401421162753414047
Binary11000100100101100011000101001110101111010111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4042C; }

 p { color: rgb(196,4,44); }

 H1.HeaderClassName
 {
   color: #C4042C;
 }
 .AnyTagClassName
 {
   color: #C4042C;
 }
</style>
background-color css

<style>
 a { background-color: #C4042C; }

 a { background-color: rgb(196,4,44); }

 div.DivClassName
 {
   background-color: #C4042C;
 }
 .BgClassName
 {
   background-color: #C4042C;
 }
</style>
border-color css

<style>
 span { border-color: #C4042C; }

 span { border-color: rgb(196,4,44); }

 td.TdClassName
 {
   border-color: #C4042C;
 }
 .TagClassName
 {
   border-color: #C4042C;
 }
</style>