#A53F3F

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

Shades of Mexican Red #A53F3F

Tints of Mexican Red #A53F3F

Color information

#A53F3F (or 0xA53F3F) is unknown color: approx Mexican Red. HEX triplet: A5, 3F and 3F. RGB value is (165,63,63). Sum of RGB (Red+Green+Blue) = 165+63+63=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F3F is #5AC0C0. Grayscale: #5D5D5D. Windows color (decimal): -5947585 or 4145061. OLE color: 4145061.

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

Color convert

RGB1656363-
CMYK00.620.620.35
HSL44.74%44.71%-
HSV(B)61.82%64.71%-
XYZ18.1911.916.04-
YUV93.5110.79179-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 63 (25% from 255) = 21.65%
R=56.70%
G=21.65%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165636300.620.620.35044.7444.71
HexA53F3F03E3E2302d2d
Octal2457777076764305555
Binary1010010111111111111101111101111101000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F3F; }

 p { color: rgb(165,63,63); }

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

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

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

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

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

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

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