#A03A39

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

Shades of Mexican Red #A03A39

Tints of Mexican Red #A03A39

Color information

#A03A39 (or 0xA03A39) is unknown color: approx Mexican Red. HEX triplet: A0, 3A and 39. RGB value is (160,58,57). Sum of RGB (Red+Green+Blue) = 160+58+57=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A39 is #5FC5C6. Grayscale: #585858. Windows color (decimal): -6276551 or 3750560. OLE color: 3750560.

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

Color convert

RGB1605857-
CMYK00.640.640.37
HSL0.58º47.47%42.55%-
HSV(B)0.58º64.38%62.75%-
XYZ16.7510.85.07-
YUV88.38110.29179.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 58 (23.05% from 255) = 21.09%
BLUE value IS 57 (22.66% from 255) = 20.73%
R=58.18%
G=21.09%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160585700.640.640.370.5847.4742.55
HexA03A39040402512f2b
Octal240727101001004515753
Binary101000001110101110010100000010000001001011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A39; }

 p { color: rgb(160,58,57); }

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

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

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

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

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

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

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