#A13E37

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

Shades of Mexican Red #A13E37

Tints of Mexican Red #A13E37

Color information

#A13E37 (or 0xA13E37) is unknown color: approx Mexican Red. HEX triplet: A1, 3E and 37. RGB value is (161,62,55). Sum of RGB (Red+Green+Blue) = 161+62+55=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E37 is #5EC1C8. Grayscale: #5A5A5A. Windows color (decimal): -6209993 or 3620513. OLE color: 3620513.

HSL color Cylindrical-coordinate representation of color #A13E37: hue angle of 3.96º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13E37 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1616255-
CMYK00.610.660.37
HSL3.96º49.07%42.35%-
HSV(B)3.96º65.84%63.14%-
XYZ17.1111.34.89-
YUV90.8107.8178.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.91%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=57.91%
G=22.30%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161625500.610.660.373.9649.0742.35
HexA13E3703D42254312a
Octal24176670751024546152
Binary1010000111111011011101111011000010100101100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E37; }

 p { color: rgb(161,62,55); }

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

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

 a { background-color: rgb(161,62,55); }

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

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

 span { border-color: rgb(161,62,55); }

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