Html Css Color HEX #A1403E Mexican Red

📋 copy color: '#A1403E'

red 161 ◦ green 64 ◦ blue 62

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

Shades of Mexican Red #A1403E

Tints of Mexican Red #A1403E

RGB

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

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

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

R = 56.1%
G = 22.3%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1403E (or 0xA1403E) is known color: Mexican Red. HEX triplet: A1, 40 and 3E. RGB value is (161,64,62). Sum of RGB (Red+Green+Blue) = 161+64+62=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1403E is #5EBFC1. Grayscale: #5C5C5C. Windows color (decimal): -6209474 or 4079777. OLE color: 4079777.

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

Color convert

RGB 161 64 62 -
CMYK 0 0.60 0.61 0.37
HSL 1.21º 0.44% 0.44% -
HSV(B) 1.21º 0.61% 0.63% -
XYZ 17.4 11.59 5.88 -
YUV 92.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 161 64 62 0 0.60 0.61 0.37 1.21 0.44 0.44
Hex A1 40 3E 0 3C 3D 25 1 2C 2C
Octal 241 100 76 0 74 75 45 1 54 54
Binary 10100001 1000000 111110 0 111100 111101 100101 1 101100 101100

Color Harmonies of #A1403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1403E

Black with #A1403E

Text Example


Text Example

White with #A1403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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