Html Css Color HEX #A3403C Mexican Red

📋 copy color: '#A3403C'

red 163 ◦ green 64 ◦ blue 60

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

Shades of Mexican Red #A3403C

Tints of Mexican Red #A3403C

RGB

 RED value IS 163 (64.06% from 255) = 56.79%

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

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

R = 56.79%
G = 22.3%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3403C (or 0xA3403C) is known color: Mexican Red. HEX triplet: A3, 40 and 3C. RGB value is (163,64,60). Sum of RGB (Red+Green+Blue) = 163+64+60=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A3403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3403C is #5CBFC3. Grayscale: #5D5D5D. Windows color (decimal): -6078404 or 3948707. OLE color: 3948707.

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

Color convert

RGB 163 64 60 -
CMYK 0 0.61 0.63 0.36
HSL 2.33º 0.46% 0.44% -
HSV(B) 2.33º 0.63% 0.64% -
XYZ 17.75 11.78 5.61 -
YUV 93.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 163 64 60 0 0.61 0.63 0.36 2.33 0.46 0.44
Hex A3 40 3C 0 3D 3F 24 2 2E 2C
Octal 243 100 74 0 75 77 44 2 56 54
Binary 10100011 1000000 111100 0 111101 111111 100100 10 101110 101100

Color Harmonies of #A3403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3403C

Black with #A3403C

Text Example


Text Example

White with #A3403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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