Html Css Color HEX #A03F3E Mexican Red

📋 copy color: '#A03F3E'

red 160 ◦ green 63 ◦ blue 62

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

Shades of Mexican Red #A03F3E

Tints of Mexican Red #A03F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 62 (24.61% from 255) = 21.75%

R = 56.14%
G = 22.11%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A03F3E (or 0xA03F3E) is known color: Mexican Red. HEX triplet: A0, 3F and 3E. RGB value is (160,63,62). Sum of RGB (Red+Green+Blue) = 160+63+62=285 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.14% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F3E is #5FC0C1. Grayscale: #5B5B5B. Windows color (decimal): -6275266 or 4079520. OLE color: 4079520.

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

Color convert

RGB 160 63 62 -
CMYK 0 0.61 0.61 0.37
HSL 0.61º 0.44% 0.44% -
HSV(B) 0.61º 0.61% 0.63% -
XYZ 17.14 11.38 5.85 -
YUV 91.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 160 63 62 0 0.61 0.61 0.37 0.61 0.44 0.44
Hex A0 3F 3E 0 3D 3D 25 1 2C 2C
Octal 240 77 76 0 75 75 45 1 54 54
Binary 10100000 111111 111110 0 111101 111101 100101 1 101100 101100

Color Harmonies of #A03F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F3E

Black with #A03F3E

Text Example


Text Example

White with #A03F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F3E; }

 p { color: rgb(160,63,62); }

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

background-color css

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

 a { background-color: rgb(160,63,62); }

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

border-color css

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

 span { border-color: rgb(160,63,62); }

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