#A1413D

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

Shades of Mexican Red #A1413D

Tints of Mexican Red #A1413D

Color information

#A1413D (or 0xA1413D) is unknown color: approx Mexican Red. HEX triplet: A1, 41 and 3D. RGB value is (161,65,61). Sum of RGB (Red+Green+Blue) = 161+65+61=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1413D is #5EBEC2. Grayscale: #5D5D5D. Windows color (decimal): -6209219 or 4014497. OLE color: 4014497.

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

Color convert

RGB1616561-
CMYK00.600.620.37
HSL2.4º45.05%43.53%-
HSV(B)2.4º62.11%63.14%-
XYZ17.4311.695.75-
YUV93.25109.8176.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=56.10%
G=22.65%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161656100.600.620.372.445.0543.53
HexA1413D03C3E2522d2c
Octal24110175074764525554
Binary101000011000001111101011110011111010010110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1413D; }

 p { color: rgb(161,65,61); }

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

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

 a { background-color: rgb(161,65,61); }

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

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

 span { border-color: rgb(161,65,61); }

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