#A04140

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

Shades of Mexican Red #A04140

Tints of Mexican Red #A04140

Color information

#A04140 (or 0xA04140) is unknown color: approx Mexican Red. HEX triplet: A0, 41 and 40. RGB value is (160,65,64). Sum of RGB (Red+Green+Blue) = 160+65+64=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04140 is #5FBEBF. Grayscale: #5D5D5D. Windows color (decimal): -6274752 or 4211104. OLE color: 4211104.

HSL color Cylindrical-coordinate representation of color #A04140: hue angle of 0.63º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04140 is Cyan = 0, Magento = 0.59, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB1606564-
CMYK00.590.60.37
HSL0.63º42.86%43.92%-
HSV(B)0.63º60%62.75%-
XYZ17.3111.626.18-
YUV93.29111.47175.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=55.36%
G=22.49%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160656400.590.60.370.6342.8643.92
HexA0414003B3C2512b2c
Octal240101100073744515354
Binary101000001000001100000001110111111001001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04140; }

 p { color: rgb(160,65,64); }

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

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

 a { background-color: rgb(160,65,64); }

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

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

 span { border-color: rgb(160,65,64); }

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