#A53D39

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

Shades of Mexican Red #A53D39

Tints of Mexican Red #A53D39

Color information

#A53D39 (or 0xA53D39) is unknown color: approx Mexican Red. HEX triplet: A5, 3D and 39. RGB value is (165,61,57). Sum of RGB (Red+Green+Blue) = 165+61+57=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D39 is #5AC2C6. Grayscale: #5B5B5B. Windows color (decimal): -5948103 or 3751333. OLE color: 3751333.

HSL color Cylindrical-coordinate representation of color #A53D39: hue angle of 2.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53D39 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB1656157-
CMYK00.630.650.35
HSL2.22º48.65%43.53%-
HSV(B)2.22º65.45%64.71%-
XYZ17.9211.635.17-
YUV91.64108.46180.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=58.30%
G=21.55%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165615700.630.650.352.2248.6543.53
HexA53D3903F41232312c
Octal24575710771014326154
Binary101001011111011110010111111100000110001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D39; }

 p { color: rgb(165,61,57); }

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

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

 a { background-color: rgb(165,61,57); }

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

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

 span { border-color: rgb(165,61,57); }

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