Html Css Color HEX #A53C39 Mexican Red

📋 copy color: '#A53C39'

red 165 ◦ green 60 ◦ blue 57

#A53C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mexican Red #A53C39

Tints of Mexican Red #A53C39

RGB

 RED value IS 165 (64.84% from 255) = 58.51%

 GREEN value IS 60 (23.83% from 255) = 21.28%

 BLUE value IS 57 (22.66% from 255) = 20.21%

R = 58.51%
G = 21.28%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A53C39 (or 0xA53C39) is known color: Mexican Red. HEX triplet: A5, 3C and 39. RGB value is (165,60,57). Sum of RGB (Red+Green+Blue) = 165+60+57=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C39 is #5AC3C6. Grayscale: #5B5B5B. Windows color (decimal): -5948359 or 3751077. OLE color: 3751077.

HSL color Cylindrical-coordinate representation of color #A53C39: hue angle of 1.67º 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 #A53C39 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 57 -
CMYK 0 0.64 0.65 0.35
HSL 1.67º 0.49% 0.44% -
HSV(B) 1.67º 0.65% 0.65% -
XYZ 17.87 11.53 5.15 -
YUV 91.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 165 60 57 0 0.64 0.65 0.35 1.67 0.49 0.44
Hex A5 3C 39 0 40 41 23 2 31 2C
Octal 245 74 71 0 100 101 43 2 61 54
Binary 10100101 111100 111001 0 1000000 1000001 100011 10 110001 101100

Color Harmonies of #A53C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C39

Black with #A53C39

Text Example


Text Example

White with #A53C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C39; }

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

 H1.HeaderClassName
 {
   color: #A53C39;
 }
 .AnyTagClassName
 {
   color: #A53C39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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