#A03229

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

Shades of Milano Red #A03229

Tints of Milano Red #A03229

Color information

#A03229 (or 0xA03229) is unknown color: approx Milano Red. HEX triplet: A0, 32 and 29. RGB value is (160,50,41). Sum of RGB (Red+Green+Blue) = 160+50+41=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A03229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03229 is #5FCDD6. Grayscale: #525252. Windows color (decimal): -6278615 or 2699936. OLE color: 2699936.

HSL color Cylindrical-coordinate representation of color #A03229: hue angle of 4.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03229 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1605041-
CMYK00.690.740.37
HSL4.54º59.2%39.41%-
HSV(B)4.54º74.37%62.75%-
XYZ16.049.913.17-
YUV81.86104.94183.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 41 (16.41% from 255) = 16.33%
R=63.75%
G=19.92%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160504100.690.740.374.5459.239.41
HexA032290454A2553b27
Octal240625101051124557347
Binary10100000110010101001010001011001010100101101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03229; }

 p { color: rgb(160,50,41); }

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

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

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

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

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

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

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