#A3403B

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

Shades of Mexican Red #A3403B

Tints of Mexican Red #A3403B

Color information

#A3403B (or 0xA3403B) is unknown color: approx Mexican Red. HEX triplet: A3, 40 and 3B. RGB value is (163,64,59). Sum of RGB (Red+Green+Blue) = 163+64+59=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403B is #5CBFC4. Grayscale: #5D5D5D. Windows color (decimal): -6078405 or 3883171. OLE color: 3883171.

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

Color convert

RGB1636459-
CMYK00.610.640.36
HSL2.88º46.85%43.53%-
HSV(B)2.88º63.8%63.92%-
XYZ17.7311.775.48-
YUV93.03108.8177.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.99%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=56.99%
G=22.38%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163645900.610.640.362.8846.8543.53
HexA3403B03D402432f2c
Octal243100730751004435754
Binary1010001110000001110110111101100000010010011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3403B; }

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

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

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

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

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

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

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

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