#A03C3C

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

Shades of Mexican Red #A03C3C

Tints of Mexican Red #A03C3C

Color information

#A03C3C (or 0xA03C3C) is unknown color: approx Mexican Red. HEX triplet: A0, 3C and 3C. RGB value is (160,60,60). Sum of RGB (Red+Green+Blue) = 160+60+60=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C3C is #5FC3C3. Grayscale: #5A5A5A. Windows color (decimal): -6276036 or 3947680. OLE color: 3947680.

HSL color Cylindrical-coordinate representation of color #A03C3C: hue angle of 0º 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 #A03C3C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1606060-
CMYK00.620.620.37
HSL45.45%43.14%-
HSV(B)62.5%62.75%-
XYZ16.9311.035.51-
YUV89.9111.13178-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 60 (23.83% from 255) = 21.43%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=57.14%
G=21.43%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160606000.620.620.37045.4543.14
HexA03C3C03E3E2502d2b
Octal2407474076764505553
Binary1010000011110011110001111101111101001010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C3C; }

 p { color: rgb(160,60,60); }

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

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

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

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

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

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

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