#A2403A

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

Shades of Mexican Red #A2403A

Tints of Mexican Red #A2403A

Color information

#A2403A (or 0xA2403A) is unknown color: approx Mexican Red. HEX triplet: A2, 40 and 3A. RGB value is (162,64,58). Sum of RGB (Red+Green+Blue) = 162+64+58=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A2403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2403A is #5DBFC5. Grayscale: #5C5C5C. Windows color (decimal): -6143942 or 3817634. OLE color: 3817634.

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

Color convert

RGB1626458-
CMYK00.600.640.36
HSL3.46º47.27%43.14%-
HSV(B)3.46º64.2%63.53%-
XYZ17.511.655.33-
YUV92.62108.47177.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=57.04%
G=22.54%
B=20.42%

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
Decimal162645800.600.640.363.4647.2743.14
HexA2403A03C402432f2b
Octal242100720741004435753
Binary1010001010000001110100111100100000010010011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2403A; }

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

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

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

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

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

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

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

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