#C4022A

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

Shades of Venetian Red #C4022A

Tints of Venetian Red #C4022A

Color information

#C4022A (or 0xC4022A) is unknown color: approx Venetian Red. HEX triplet: C4, 02 and 2A. RGB value is (196,2,42). Sum of RGB (Red+Green+Blue) = 196+2+42=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4022A is #3BFDD5. Grayscale: #404040. Windows color (decimal): -3931606 or 2753220. OLE color: 2753220.

HSL color Cylindrical-coordinate representation of color #C4022A: hue angle of 347.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4022A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB196242-
CMYK00.990.790.23
HSL347.63º97.98%38.82%-
HSV(B)347.63º98.98%76.86%-
XYZ23.211.953.27-
YUV64.57115.27221.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 81.67%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=81.67%
G=0.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19624200.990.790.23347.6397.9838.82
HexC422A0634F1715c6227
Octal30425201431172753414247
Binary1100010010101010011000111001111101111010111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4022A; }

 p { color: rgb(196,2,42); }

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

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

 a { background-color: rgb(196,2,42); }

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

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

 span { border-color: rgb(196,2,42); }

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