#A03E3D

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

Shades of Mexican Red #A03E3D

Tints of Mexican Red #A03E3D

Color information

#A03E3D (or 0xA03E3D) is unknown color: approx Mexican Red. HEX triplet: A0, 3E and 3D. RGB value is (160,62,61). Sum of RGB (Red+Green+Blue) = 160+62+61=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E3D is #5FC1C2. Grayscale: #5B5B5B. Windows color (decimal): -6275523 or 4013728. OLE color: 4013728.

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

Color convert

RGB1606261-
CMYK00.610.620.37
HSL0.61º44.8%43.33%-
HSV(B)0.61º61.87%62.75%-
XYZ17.0611.265.69-
YUV91.19110.97177.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 61 (24.22% from 255) = 21.55%
R=56.54%
G=21.91%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160626100.610.620.370.6144.843.33
HexA03E3D03D3E2512d2b
Octal2407675075764515553
Binary1010000011111011110101111011111101001011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E3D; }

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

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

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

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

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

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

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

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