Html Css Color HEX #A04140 Mexican Red

📋 copy color: '#A04140'

red 160 ◦ green 65 ◦ blue 64

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

Shades of Mexican Red #A04140

Tints of Mexican Red #A04140

RGB

 RED value IS 160 (62.89% from 255) = 55.36%

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 55.36%
G = 22.49%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A04140 (or 0xA04140) is known color: Mexican Red. HEX triplet: A0, 41 and 40. RGB value is (160,65,64). Sum of RGB (Red+Green+Blue) = 160+65+64=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04140 is #5FBEBF. Grayscale: #5D5D5D. Windows color (decimal): -6274752 or 4211104. OLE color: 4211104.

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

Color convert

RGB 160 65 64 -
CMYK 0 0.59 0.6 0.37
HSL 0.63º 0.43% 0.44% -
HSV(B) 0.63º 0.6% 0.63% -
XYZ 17.31 11.62 6.18 -
YUV 93.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 160 65 64 0 0.59 0.6 0.37 0.63 0.43 0.44
Hex A0 41 40 0 3B 3C 25 1 2B 2C
Octal 240 101 100 0 73 74 45 1 53 54
Binary 10100000 1000001 1000000 0 111011 111100 100101 1 101011 101100

Color Harmonies of #A04140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04140

Black with #A04140

Text Example


Text Example

White with #A04140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04140; }

 p { color: rgb(160,65,64); }

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

background-color css

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

 a { background-color: rgb(160,65,64); }

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

border-color css

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

 span { border-color: rgb(160,65,64); }

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