#A03328

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

Shades of Milano Red #A03328

Tints of Milano Red #A03328

Color information

#A03328 (or 0xA03328) is unknown color: approx Milano Red. HEX triplet: A0, 33 and 28. RGB value is (160,51,40). Sum of RGB (Red+Green+Blue) = 160+51+40=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A03328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03328 is #5FCCD7. Grayscale: #525252. Windows color (decimal): -6278360 or 2634656. OLE color: 2634656.

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

Color convert

RGB1605140-
CMYK00.680.750.37
HSL5.5º60%39.22%-
HSV(B)5.5º75%62.75%-
XYZ16.069.993.09-
YUV82.34104.11183.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=63.75%
G=20.32%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160514000.680.750.375.56039.22
HexA033280444B2563c27
Octal240635001041134567447
Binary10100000110011101000010001001001011100101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03328; }

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

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

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

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

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

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

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

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