#A03332

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

Shades of Milano Red #A03332

Tints of Milano Red #A03332

Color information

#A03332 (or 0xA03332) is unknown color: approx Milano Red. HEX triplet: A0, 33 and 32. RGB value is (160,51,50). Sum of RGB (Red+Green+Blue) = 160+51+50=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A03332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03332 is #5FCCCD. Grayscale: #535353. Windows color (decimal): -6278350 or 3290016. OLE color: 3290016.

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

Color convert

RGB1605150-
CMYK00.680.690.37
HSL0.55º52.38%41.18%-
HSV(B)0.55º68.75%62.75%-
XYZ16.2610.074.1-
YUV83.48109.11182.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.30%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 50 (19.92% from 255) = 19.16%
R=61.30%
G=19.54%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160515000.680.690.370.5552.3841.18
HexA03332044452513429
Octal240636201041054516451
Binary101000001100111100100100010010001011001011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03332; }

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

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

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

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

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

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

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

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