#A63B3A

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

Shades of Mexican Red #A63B3A

Tints of Mexican Red #A63B3A

Color information

#A63B3A (or 0xA63B3A) is unknown color: approx Mexican Red. HEX triplet: A6, 3B and 3A. RGB value is (166,59,58). Sum of RGB (Red+Green+Blue) = 166+59+58=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B3A is #59C4C5. Grayscale: #5A5A5A. Windows color (decimal): -5883078 or 3816358. OLE color: 3816358.

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

Color convert

RGB1665958-
CMYK00.640.650.35
HSL0.56º48.21%43.92%-
HSV(B)0.56º65.06%65.1%-
XYZ18.0511.545.28-
YUV90.88109.45181.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 58 (23.05% from 255) = 20.49%
R=58.66%
G=20.85%
B=20.49%

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
Decimal166595800.640.650.350.5648.2143.92
HexA63B3A04041231302c
Octal246737201001014316054
Binary101001101110111110100100000010000011000111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B3A; }

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

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

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

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

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

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

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

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