Html Css Color HEX #A14039 Mexican Red

📋 copy color: '#A14039'

red 161 ◦ green 64 ◦ blue 57

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

Shades of Mexican Red #A14039

Tints of Mexican Red #A14039

RGB

 RED value IS 161 (63.28% from 255) = 57.09%

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 57.09%
G = 22.7%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14039 (or 0xA14039) is known color: Mexican Red. HEX triplet: A1, 40 and 39. RGB value is (161,64,57). Sum of RGB (Red+Green+Blue) = 161+64+57=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A14039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14039 is #5EBFC6. Grayscale: #5C5C5C. Windows color (decimal): -6209479 or 3752097. OLE color: 3752097.

HSL color Cylindrical-coordinate representation of color #A14039: hue angle of 4.04º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14039 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 57 -
CMYK 0 0.60 0.65 0.37
HSL 4.04º 0.48% 0.43% -
HSV(B) 4.04º 0.65% 0.63% -
XYZ 17.27 11.54 5.19 -
YUV 92.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 161 64 57 0 0.60 0.65 0.37 4.04 0.48 0.43
Hex A1 40 39 0 3C 41 25 4 30 2B
Octal 241 100 71 0 74 101 45 4 60 53
Binary 10100001 1000000 111001 0 111100 1000001 100101 100 110000 101011

Color Harmonies of #A14039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14039

Black with #A14039

Text Example


Text Example

White with #A14039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14039; }

 p { color: rgb(161,64,57); }

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

background-color css

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

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

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

border-color css

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

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

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