#C20A12

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

Shades of Venetian Red #C20A12

Tints of Venetian Red #C20A12

Color information

#C20A12 (or 0xC20A12) is unknown color: approx Venetian Red. HEX triplet: C2, 0A and 12. RGB value is (194,10,18). Sum of RGB (Red+Green+Blue) = 194+10+18=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20A12 is #3DF5ED. Grayscale: #424242. Windows color (decimal): -4060654 or 1182402. OLE color: 1182402.

HSL color Cylindrical-coordinate representation of color #C20A12: hue angle of 357.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A12 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1941018-
CMYK00.950.910.24
HSL357.39º90.2%40%-
HSV(B)357.39º94.85%76.08%-
XYZ22.4711.731.65-
YUV65.93100.96219.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 87.39%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=87.39%
G=4.50%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194101800.950.910.24357.3990.240
HexC2A1205F5B181655a28
Octal302122201371333054513250
Binary11000010101010010010111111011011110001011001011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20A12; }

 p { color: rgb(194,10,18); }

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

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

 a { background-color: rgb(194,10,18); }

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

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

 span { border-color: rgb(194,10,18); }

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