#A13D3C

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

Shades of Mexican Red #A13D3C

Tints of Mexican Red #A13D3C

Color information

#A13D3C (or 0xA13D3C) is unknown color: approx Mexican Red. HEX triplet: A1, 3D and 3C. RGB value is (161,61,60). Sum of RGB (Red+Green+Blue) = 161+61+60=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D3C is #5EC2C3. Grayscale: #5A5A5A. Windows color (decimal): -6210244 or 3947937. OLE color: 3947937.

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

Color convert

RGB1616160-
CMYK00.620.630.37
HSL0.59º45.7%43.33%-
HSV(B)0.59º62.73%63.14%-
XYZ17.1811.245.54-
YUV90.79110.63178.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.09%
GREEN value IS 61 (24.22% from 255) = 21.63%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=57.09%
G=21.63%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161616000.620.630.370.5945.743.33
HexA13D3C03E3F2512e2b
Octal2417574076774515653
Binary1010000111110111110001111101111111001011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D3C; }

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

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

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

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

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

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

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

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