Html Css Color HEX #A63F3C Mexican Red

📋 copy color: '#A63F3C'

red 166 ◦ green 63 ◦ blue 60

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

Shades of Mexican Red #A63F3C

Tints of Mexican Red #A63F3C

RGB

 RED value IS 166 (65.23% from 255) = 57.44%

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 57.44%
G = 21.8%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A63F3C (or 0xA63F3C) is known color: Mexican Red. HEX triplet: A6, 3F and 3C. RGB value is (166,63,60). Sum of RGB (Red+Green+Blue) = 166+63+60=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F3C is #59C0C3. Grayscale: #5D5D5D. Windows color (decimal): -5882052 or 3948454. OLE color: 3948454.

HSL color Cylindrical-coordinate representation of color #A63F3C: hue angle of 1.7º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63F3C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 60 -
CMYK 0 0.62 0.64 0.35
HSL 1.7º 0.47% 0.44% -
HSV(B) 1.7º 0.64% 0.65% -
XYZ 18.32 11.99 5.62 -
YUV 93.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 166 63 60 0 0.62 0.64 0.35 1.7 0.47 0.44
Hex A6 3F 3C 0 3E 40 23 2 2F 2C
Octal 246 77 74 0 76 100 43 2 57 54
Binary 10100110 111111 111100 0 111110 1000000 100011 10 101111 101100

Color Harmonies of #A63F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F3C

Black with #A63F3C

Text Example


Text Example

White with #A63F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F3C; }

 p { color: rgb(166,63,60); }

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

background-color css

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

 a { background-color: rgb(166,63,60); }

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

border-color css

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

 span { border-color: rgb(166,63,60); }

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