Html Css Color HEX #A13E3E Mexican Red

📋 copy color: '#A13E3E'

red 161 ◦ green 62 ◦ blue 62

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

Shades of Mexican Red #A13E3E

Tints of Mexican Red #A13E3E

RGB

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

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

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

R = 56.49%
G = 21.75%
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

#A13E3E (or 0xA13E3E) is known color: Mexican Red. HEX triplet: A1, 3E and 3E. RGB value is (161,62,62). Sum of RGB (Red+Green+Blue) = 161+62+62=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E3E is #5EC1C1. Grayscale: #5B5B5B. Windows color (decimal): -6209986 or 4079265. OLE color: 4079265.

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

Color convert

RGB 161 62 62 -
CMYK 0 0.61 0.61 0.37
HSL 0.44% 0.44% -
HSV(B) 0.61% 0.63% -
XYZ 17.29 11.37 5.84 -
YUV 91.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 161 62 62 0 0.61 0.61 0.37 0 0.44 0.44
Hex A1 3E 3E 0 3D 3D 25 0 2C 2C
Octal 241 76 76 0 75 75 45 0 54 54
Binary 10100001 111110 111110 0 111101 111101 100101 0 101100 101100

Color Harmonies of #A13E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E3E

Black with #A13E3E

Text Example


Text Example

White with #A13E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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