Html Css Color HEX #A2413B Mexican Red

📋 copy color: '#A2413B'

red 162 ◦ green 65 ◦ blue 59

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

Shades of Mexican Red #A2413B

Tints of Mexican Red #A2413B

RGB

 RED value IS 162 (63.67% from 255) = 56.64%

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 56.64%
G = 22.73%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2413B (or 0xA2413B) is known color: Mexican Red. HEX triplet: A2, 41 and 3B. RGB value is (162,65,59). Sum of RGB (Red+Green+Blue) = 162+65+59=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413B is #5DBEC4. Grayscale: #5D5D5D. Windows color (decimal): -6143685 or 3883426. OLE color: 3883426.

HSL color Cylindrical-coordinate representation of color #A2413B: hue angle of 3.5º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2413B is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 59 -
CMYK 0 0.60 0.64 0.36
HSL 3.5º 0.47% 0.43% -
HSV(B) 3.5º 0.64% 0.64% -
XYZ 17.58 11.78 5.48 -
YUV 93.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 162 65 59 0 0.60 0.64 0.36 3.5 0.47 0.43
Hex A2 41 3B 0 3C 40 24 3 2F 2B
Octal 242 101 73 0 74 100 44 3 57 53
Binary 10100010 1000001 111011 0 111100 1000000 100100 11 101111 101011

Color Harmonies of #A2413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2413B

Black with #A2413B

Text Example


Text Example

White with #A2413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2413B; }

 p { color: rgb(162,65,59); }

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

background-color css

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

 a { background-color: rgb(162,65,59); }

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

border-color css

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

 span { border-color: rgb(162,65,59); }

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