#A03A3A

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

Shades of Mexican Red #A03A3A

Tints of Mexican Red #A03A3A

Color information

#A03A3A (or 0xA03A3A) is unknown color: approx Mexican Red. HEX triplet: A0, 3A and 3A. RGB value is (160,58,58). Sum of RGB (Red+Green+Blue) = 160+58+58=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A3A is #5FC5C5. Grayscale: #585858. Windows color (decimal): -6276550 or 3816096. OLE color: 3816096.

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

Color convert

RGB1605858-
CMYK00.640.640.37
HSL46.79%42.75%-
HSV(B)63.75%62.75%-
XYZ16.7710.815.2-
YUV88.5110.79179-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=57.97%
G=21.01%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160585800.640.640.37046.7942.75
HexA03A3A040402502f2b
Octal240727201001004505753
Binary101000001110101110100100000010000001001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A3A; }

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

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

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

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

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

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

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

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