#A2403D

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

Shades of Mexican Red #A2403D

Tints of Mexican Red #A2403D

Color information

#A2403D (or 0xA2403D) is unknown color: approx Mexican Red. HEX triplet: A2, 40 and 3D. RGB value is (162,64,61). Sum of RGB (Red+Green+Blue) = 162+64+61=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2403D is #5DBFC2. Grayscale: #5D5D5D. Windows color (decimal): -6143939 or 4014242. OLE color: 4014242.

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

Color convert

RGB1626461-
CMYK00.600.620.36
HSL1.78º45.29%43.73%-
HSV(B)1.78º62.35%63.53%-
XYZ17.5811.695.74-
YUV92.96109.97177.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.45%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=56.45%
G=22.30%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162646100.600.620.361.7845.2943.73
HexA2403D03C3E2422d2c
Octal24210075074764425554
Binary101000101000000111101011110011111010010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2403D; }

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

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

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

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

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

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

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

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