Html Css Color HEX #A2413C Mexican Red

📋 copy color: '#A2413C'

red 162 ◦ green 65 ◦ blue 60

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

Shades of Mexican Red #A2413C

Tints of Mexican Red #A2413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 56.45%
G = 22.65%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2413C (or 0xA2413C) is known color: Mexican Red. HEX triplet: A2, 41 and 3C. RGB value is (162,65,60). Sum of RGB (Red+Green+Blue) = 162+65+60=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413C is #5DBEC3. Grayscale: #5D5D5D. Windows color (decimal): -6143684 or 3948962. OLE color: 3948962.

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

Color convert

RGB 162 65 60 -
CMYK 0 0.60 0.63 0.36
HSL 2.94º 0.46% 0.44% -
HSV(B) 2.94º 0.63% 0.64% -
XYZ 17.61 11.79 5.62 -
YUV 93.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 162 65 60 0 0.60 0.63 0.36 2.94 0.46 0.44
Hex A2 41 3C 0 3C 3F 24 3 2E 2C
Octal 242 101 74 0 74 77 44 3 56 54
Binary 10100010 1000001 111100 0 111100 111111 100100 11 101110 101100

Color Harmonies of #A2413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2413C

Black with #A2413C

Text Example


Text Example

White with #A2413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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