#A03F36

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

Shades of Mexican Red #A03F36

Tints of Mexican Red #A03F36

Color information

#A03F36 (or 0xA03F36) is unknown color: approx Mexican Red. HEX triplet: A0, 3F and 36. RGB value is (160,63,54). Sum of RGB (Red+Green+Blue) = 160+63+54=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03F36 is #5FC0C9. Grayscale: #5B5B5B. Windows color (decimal): -6275274 or 3555232. OLE color: 3555232.

HSL color Cylindrical-coordinate representation of color #A03F36: hue angle of 5.09º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03F36 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1606354-
CMYK00.610.660.37
HSL5.09º49.53%41.96%-
HSV(B)5.09º66.25%62.75%-
XYZ16.9411.294.78-
YUV90.98107.14177.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 63 (25% from 255) = 22.74%
BLUE value IS 54 (21.48% from 255) = 19.49%
R=57.76%
G=22.74%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160635400.610.660.375.0949.5341.96
HexA03F3603D42255322a
Octal24077660751024556252
Binary1010000011111111011001111011000010100101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F36; }

 p { color: rgb(160,63,54); }

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

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

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

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

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

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

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