#A2403B

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

Shades of Mexican Red #A2403B

Tints of Mexican Red #A2403B

Color information

#A2403B (or 0xA2403B) is unknown color: approx Mexican Red. HEX triplet: A2, 40 and 3B. RGB value is (162,64,59). Sum of RGB (Red+Green+Blue) = 162+64+59=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2403B is #5DBFC4. Grayscale: #5C5C5C. Windows color (decimal): -6143941 or 3883170. OLE color: 3883170.

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

Color convert

RGB1626459-
CMYK00.600.640.36
HSL2.91º46.61%43.33%-
HSV(B)2.91º63.58%63.53%-
XYZ17.5211.665.47-
YUV92.73108.97177.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=56.84%
G=22.46%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162645900.600.640.362.9146.6143.33
HexA2403B03C402432f2b
Octal242100730741004435753
Binary1010001010000001110110111100100000010010011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2403B; }

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

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

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

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

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

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

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

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