#A63B39

Color #A63B39 Mexican Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mexican Red #A63B39

Tints of Mexican Red #A63B39

Color information

#A63B39 (or 0xA63B39) is unknown color: approx Mexican Red. HEX triplet: A6, 3B and 39. RGB value is (166,59,57). Sum of RGB (Red+Green+Blue) = 166+59+57=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B39 is #59C4C6. Grayscale: #5A5A5A. Windows color (decimal): -5883079 or 3750822. OLE color: 3750822.

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

Color convert

RGB1665957-
CMYK00.640.660.35
HSL1.1º48.88%43.73%-
HSV(B)1.1º65.66%65.1%-
XYZ18.0311.535.15-
YUV90.76108.95181.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 57 (22.66% from 255) = 20.21%
R=58.87%
G=20.92%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166595700.640.660.351.148.8843.73
HexA63B3904042231312c
Octal246737101001024316154
Binary101001101110111110010100000010000101000111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B39; }

 p { color: rgb(166,59,57); }

 H1.HeaderClassName
 {
   color: #A63B39;
 }
 .AnyTagClassName
 {
   color: #A63B39;
 }
</style>
background-color css

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

 a { background-color: rgb(166,59,57); }

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

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

 span { border-color: rgb(166,59,57); }

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