#A13E3D

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

Shades of Mexican Red #A13E3D

Tints of Mexican Red #A13E3D

Color information

#A13E3D (or 0xA13E3D) is unknown color: approx Mexican Red. HEX triplet: A1, 3E and 3D. RGB value is (161,62,61). Sum of RGB (Red+Green+Blue) = 161+62+61=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E3D is #5EC1C2. Grayscale: #5B5B5B. Windows color (decimal): -6209987 or 4013729. OLE color: 4013729.

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

Color convert

RGB1616261-
CMYK00.610.620.37
HSL0.6º45.05%43.53%-
HSV(B)0.6º62.11%63.14%-
XYZ17.2611.365.7-
YUV91.49110.8177.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 61 (24.22% from 255) = 21.48%
R=56.69%
G=21.83%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161626100.610.620.370.645.0543.53
HexA13E3D03D3E2512d2c
Octal2417675075764515554
Binary1010000111111011110101111011111101001011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E3D; }

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

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

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

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

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

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

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

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