#A2403C

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

Shades of Mexican Red #A2403C

Tints of Mexican Red #A2403C

Color information

#A2403C (or 0xA2403C) is unknown color: approx Mexican Red. HEX triplet: A2, 40 and 3C. RGB value is (162,64,60). Sum of RGB (Red+Green+Blue) = 162+64+60=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2403C is #5DBFC3. Grayscale: #5C5C5C. Windows color (decimal): -6143940 or 3948706. OLE color: 3948706.

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

Color convert

RGB1626460-
CMYK00.600.630.36
HSL2.35º45.95%43.53%-
HSV(B)2.35º62.96%63.53%-
XYZ17.5511.675.6-
YUV92.85109.47177.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=56.64%
G=22.38%
B=20.98%

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
Decimal162646000.600.630.362.3545.9543.53
HexA2403C03C3F2422e2c
Octal24210074074774425654
Binary101000101000000111100011110011111110010010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2403C; }

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

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

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

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

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

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

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

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