Html Css Color HEX #A53939 Mexican Red

📋 copy color: '#A53939'

red 165 ◦ green 57 ◦ blue 57

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

Shades of Mexican Red #A53939

Tints of Mexican Red #A53939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.43%

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

R = 59.14%
G = 20.43%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A53939 (or 0xA53939) is known color: Mexican Red. HEX triplet: A5, 39 and 39. RGB value is (165,57,57). Sum of RGB (Red+Green+Blue) = 165+57+57=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A53939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53939 is #5AC6C6. Grayscale: #595959. Windows color (decimal): -5949127 or 3750309. OLE color: 3750309.

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

Color convert

RGB 165 57 57 -
CMYK 0 0.65 0.65 0.35
HSL 0.49% 0.44% -
HSV(B) 0.65% 0.65% -
XYZ 17.72 11.22 5.1 -
YUV 89.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 165 57 57 0 0.65 0.65 0.35 0 0.49 0.44
Hex A5 39 39 0 41 41 23 0 31 2C
Octal 245 71 71 0 101 101 43 0 61 54
Binary 10100101 111001 111001 0 1000001 1000001 100011 0 110001 101100

Color Harmonies of #A53939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53939

Black with #A53939

Text Example


Text Example

White with #A53939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53939; }

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

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

background-color css

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

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

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

border-color css

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

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

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