Html Css Color HEX #A03D37 Mexican Red

📋 copy color: '#A03D37'

red 160 ◦ green 61 ◦ blue 55

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

Shades of Mexican Red #A03D37

Tints of Mexican Red #A03D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 57.97%
G = 22.1%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A03D37 (or 0xA03D37) is known color: Mexican Red. HEX triplet: A0, 3D and 37. RGB value is (160,61,55). Sum of RGB (Red+Green+Blue) = 160+61+55=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03D37 is #5FC2C8. Grayscale: #5A5A5A. Windows color (decimal): -6275785 or 3620256. OLE color: 3620256.

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

Color convert

RGB 160 61 55 -
CMYK 0 0.62 0.66 0.37
HSL 3.43º 0.49% 0.42% -
HSV(B) 3.43º 0.66% 0.63% -
XYZ 16.86 11.09 4.87 -
YUV 89.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 160 61 55 0 0.62 0.66 0.37 3.43 0.49 0.42
Hex A0 3D 37 0 3E 42 25 3 31 2A
Octal 240 75 67 0 76 102 45 3 61 52
Binary 10100000 111101 110111 0 111110 1000010 100101 11 110001 101010

Color Harmonies of #A03D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03D37

Black with #A03D37

Text Example


Text Example

White with #A03D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03D37; }

 p { color: rgb(160,61,55); }

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

background-color css

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

 a { background-color: rgb(160,61,55); }

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

border-color css

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

 span { border-color: rgb(160,61,55); }

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