#A1403C

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

Shades of Mexican Red #A1403C

Tints of Mexican Red #A1403C

Color information

#A1403C (or 0xA1403C) is unknown color: approx Mexican Red. HEX triplet: A1, 40 and 3C. RGB value is (161,64,60). Sum of RGB (Red+Green+Blue) = 161+64+60=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403C is #5EBFC3. Grayscale: #5C5C5C. Windows color (decimal): -6209476 or 3948705. OLE color: 3948705.

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

Color convert

RGB1616460-
CMYK00.600.630.37
HSL2.38º45.7%43.33%-
HSV(B)2.38º62.73%63.14%-
XYZ17.3511.575.59-
YUV92.55109.64176.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.49%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=56.49%
G=22.46%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161646000.600.630.372.3845.743.33
HexA1403C03C3F2522e2b
Octal24110074074774525653
Binary101000011000000111100011110011111110010110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1403C; }

 p { color: rgb(161,64,60); }

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

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

 a { background-color: rgb(161,64,60); }

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

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

 span { border-color: rgb(161,64,60); }

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