Html Css Color HEX #A1413D Mexican Red

📋 copy color: '#A1413D'

red 161 ◦ green 65 ◦ blue 61

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

Shades of Mexican Red #A1413D

Tints of Mexican Red #A1413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 56.1%
G = 22.65%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1413D (or 0xA1413D) is known color: Mexican Red. HEX triplet: A1, 41 and 3D. RGB value is (161,65,61). Sum of RGB (Red+Green+Blue) = 161+65+61=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1413D is #5EBEC2. Grayscale: #5D5D5D. Windows color (decimal): -6209219 or 4014497. OLE color: 4014497.

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

Color convert

RGB 161 65 61 -
CMYK 0 0.60 0.62 0.37
HSL 2.4º 0.45% 0.44% -
HSV(B) 2.4º 0.62% 0.63% -
XYZ 17.43 11.69 5.75 -
YUV 93.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 161 65 61 0 0.60 0.62 0.37 2.4 0.45 0.44
Hex A1 41 3D 0 3C 3E 25 2 2D 2C
Octal 241 101 75 0 74 76 45 2 55 54
Binary 10100001 1000001 111101 0 111100 111110 100101 10 101101 101100

Color Harmonies of #A1413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1413D

Black with #A1413D

Text Example


Text Example

White with #A1413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1413D; }

 p { color: rgb(161,65,61); }

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

background-color css

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

 a { background-color: rgb(161,65,61); }

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

border-color css

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

 span { border-color: rgb(161,65,61); }

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