#A03B39

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

Shades of Mexican Red #A03B39

Tints of Mexican Red #A03B39

Color information

#A03B39 (or 0xA03B39) is unknown color: approx Mexican Red. HEX triplet: A0, 3B and 39. RGB value is (160,59,57). Sum of RGB (Red+Green+Blue) = 160+59+57=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03B39 is #5FC4C6. Grayscale: #595959. Windows color (decimal): -6276295 or 3750816. OLE color: 3750816.

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

Color convert

RGB1605957-
CMYK00.630.640.37
HSL1.17º47.47%42.55%-
HSV(B)1.17º64.38%62.75%-
XYZ16.810.95.09-
YUV88.97109.96178.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=57.97%
G=21.38%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160595700.630.640.371.1747.4742.55
HexA03B3903F402512f2b
Octal24073710771004515753
Binary10100000111011111001011111110000001001011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B39; }

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

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

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

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

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

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

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

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