#A3403E

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

Shades of Mexican Red #A3403E

Tints of Mexican Red #A3403E

Color information

#A3403E (or 0xA3403E) is unknown color: approx Mexican Red. HEX triplet: A3, 40 and 3E. RGB value is (163,64,62). Sum of RGB (Red+Green+Blue) = 163+64+62=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403E is #5CBFC1. Grayscale: #5D5D5D. Windows color (decimal): -6078402 or 4079779. OLE color: 4079779.

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

Color convert

RGB1636462-
CMYK00.610.620.36
HSL1.19º44.89%44.12%-
HSV(B)1.19º61.96%63.92%-
XYZ17.8111.85.9-
YUV93.37110.3177.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=56.40%
G=22.15%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163646200.610.620.361.1944.8944.12
HexA3403E03D3E2412d2c
Octal24310076075764415554
Binary10100011100000011111001111011111101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3403E; }

 p { color: rgb(163,64,62); }

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

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

 a { background-color: rgb(163,64,62); }

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

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

 span { border-color: rgb(163,64,62); }

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