#A03C3A

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

Shades of Mexican Red #A03C3A

Tints of Mexican Red #A03C3A

Color information

#A03C3A (or 0xA03C3A) is unknown color: approx Mexican Red. HEX triplet: A0, 3C and 3A. RGB value is (160,60,58). Sum of RGB (Red+Green+Blue) = 160+60+58=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C3A is #5FC3C5. Grayscale: #595959. Windows color (decimal): -6276038 or 3816608. OLE color: 3816608.

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

Color convert

RGB1606058-
CMYK00.620.640.37
HSL1.18º46.79%42.75%-
HSV(B)1.18º63.75%62.75%-
XYZ16.8811.015.24-
YUV89.67110.13178.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 58 (23.05% from 255) = 20.86%
R=57.55%
G=21.58%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160605800.620.640.371.1846.7942.75
HexA03C3A03E402512f2b
Octal24074720761004515753
Binary10100000111100111010011111010000001001011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C3A; }

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

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

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

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

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

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

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

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