#A2413C

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

Shades of Mexican Red #A2413C

Tints of Mexican Red #A2413C

Color information

#A2413C (or 0xA2413C) is unknown color: approx Mexican Red. HEX triplet: A2, 41 and 3C. RGB value is (162,65,60). Sum of RGB (Red+Green+Blue) = 162+65+60=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413C is #5DBEC3. Grayscale: #5D5D5D. Windows color (decimal): -6143684 or 3948962. OLE color: 3948962.

HSL color Cylindrical-coordinate representation of color #A2413C: hue angle of 2.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2413C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB1626560-
CMYK00.600.630.36
HSL2.94º45.95%43.53%-
HSV(B)2.94º62.96%63.53%-
XYZ17.6111.795.62-
YUV93.43109.14176.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=56.45%
G=22.65%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162656000.600.630.362.9445.9543.53
HexA2413C03C3F2432e2c
Octal24210174074774435654
Binary101000101000001111100011110011111110010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2413C; }

 p { color: rgb(162,65,60); }

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

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

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

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

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

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

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