#A63A39

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

Shades of Mexican Red #A63A39

Tints of Mexican Red #A63A39

Color information

#A63A39 (or 0xA63A39) is unknown color: approx Mexican Red. HEX triplet: A6, 3A and 39. RGB value is (166,58,57). Sum of RGB (Red+Green+Blue) = 166+58+57=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63A39 is #59C5C6. Grayscale: #5A5A5A. Windows color (decimal): -5883335 or 3750566. OLE color: 3750566.

HSL color Cylindrical-coordinate representation of color #A63A39: hue angle of 0.55º 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 #A63A39 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1665857-
CMYK00.650.660.35
HSL0.55º48.88%43.73%-
HSV(B)0.55º65.66%65.1%-
XYZ17.9811.435.13-
YUV90.18109.28182.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.07%
GREEN value IS 58 (23.05% from 255) = 20.64%
BLUE value IS 57 (22.66% from 255) = 20.28%
R=59.07%
G=20.64%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166585700.650.660.350.5548.8843.73
HexA63A3904142231312c
Octal246727101011024316154
Binary101001101110101110010100000110000101000111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A39; }

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

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

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

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

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

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

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

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