#A63C3A

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

Shades of Mexican Red #A63C3A

Tints of Mexican Red #A63C3A

Color information

#A63C3A (or 0xA63C3A) is unknown color: approx Mexican Red. HEX triplet: A6, 3C and 3A. RGB value is (166,60,58). Sum of RGB (Red+Green+Blue) = 166+60+58=284 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.45% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C3A is #59C3C5. Grayscale: #5B5B5B. Windows color (decimal): -5882822 or 3816614. OLE color: 3816614.

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

Color convert

RGB1666058-
CMYK00.640.650.35
HSL1.11º48.21%43.92%-
HSV(B)1.11º65.06%65.1%-
XYZ18.1111.645.3-
YUV91.47109.12181.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.45%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=58.45%
G=21.13%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166605800.640.650.351.1148.2143.92
HexA63C3A04041231302c
Octal246747201001014316054
Binary101001101111001110100100000010000011000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C3A; }

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

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

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

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

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

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

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

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