Html Css Color HEX #A2403C Mexican Red

📋 copy color: '#A2403C'

red 162 ◦ green 64 ◦ blue 60

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

Shades of Mexican Red #A2403C

Tints of Mexican Red #A2403C

RGB

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

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

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

R = 56.64%
G = 22.38%
B = 20.98%

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

#A2403C (or 0xA2403C) is known color: Mexican Red. HEX triplet: A2, 40 and 3C. RGB value is (162,64,60). Sum of RGB (Red+Green+Blue) = 162+64+60=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2403C is #5DBFC3. Grayscale: #5C5C5C. Windows color (decimal): -6143940 or 3948706. OLE color: 3948706.

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

Color convert

RGB 162 64 60 -
CMYK 0 0.60 0.63 0.36
HSL 2.35º 0.46% 0.44% -
HSV(B) 2.35º 0.63% 0.64% -
XYZ 17.55 11.67 5.6 -
YUV 92.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 162 64 60 0 0.60 0.63 0.36 2.35 0.46 0.44
Hex A2 40 3C 0 3C 3F 24 2 2E 2C
Octal 242 100 74 0 74 77 44 2 56 54
Binary 10100010 1000000 111100 0 111100 111111 100100 10 101110 101100

Color Harmonies of #A2403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2403C

Black with #A2403C

Text Example


Text Example

White with #A2403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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