#A03938

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

Shades of Mexican Red #A03938

Tints of Mexican Red #A03938

Color information

#A03938 (or 0xA03938) is unknown color: approx Mexican Red. HEX triplet: A0, 39 and 38. RGB value is (160,57,56). Sum of RGB (Red+Green+Blue) = 160+57+56=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A03938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03938 is #5FC6C7. Grayscale: #575757. Windows color (decimal): -6276808 or 3684768. OLE color: 3684768.

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

Color convert

RGB1605756-
CMYK00.640.650.37
HSL0.58º48.15%42.35%-
HSV(B)0.58º65%62.75%-
XYZ16.6710.694.93-
YUV87.68110.12179.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=58.61%
G=20.88%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160575600.640.650.370.5848.1542.35
HexA0393804041251302a
Octal240717001001014516052
Binary101000001110011110000100000010000011001011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03938; }

 p { color: rgb(160,57,56); }

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

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

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

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

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

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

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