#A0403E

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

Shades of Mexican Red #A0403E

Tints of Mexican Red #A0403E

Color information

#A0403E (or 0xA0403E) is unknown color: approx Mexican Red. HEX triplet: A0, 40 and 3E. RGB value is (160,64,62). Sum of RGB (Red+Green+Blue) = 160+64+62=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A0403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0403E is #5FBFC1. Grayscale: #5C5C5C. Windows color (decimal): -6275010 or 4079776. OLE color: 4079776.

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

Color convert

RGB1606462-
CMYK00.60.610.37
HSL1.22º44.14%43.53%-
HSV(B)1.22º61.25%62.75%-
XYZ17.211.495.87-
YUV92.48110.8176.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=55.94%
G=22.38%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160646200.60.610.371.2244.1443.53
HexA0403E03C3D2512c2c
Octal24010076074754515454
Binary10100000100000011111001111001111011001011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0403E; }

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

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

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

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

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

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

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

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