#A0352C

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

Shades of Milano Red #A0352C

Tints of Milano Red #A0352C

Color information

#A0352C (or 0xA0352C) is unknown color: approx Milano Red. HEX triplet: A0, 35 and 2C. RGB value is (160,53,44). Sum of RGB (Red+Green+Blue) = 160+53+44=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0352C is #5FCAD3. Grayscale: #545454. Windows color (decimal): -6277844 or 2897312. OLE color: 2897312.

HSL color Cylindrical-coordinate representation of color #A0352C: hue angle of 4.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0352C is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1605344-
CMYK00.670.720.37
HSL4.66º56.86%40%-
HSV(B)4.66º72.5%62.75%-
XYZ16.2210.23.5-
YUV83.97105.45182.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.26%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=62.26%
G=20.62%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160534400.670.720.374.6656.8640
HexA0352C043482553928
Octal240655401031104557150
Binary10100000110101101100010000111001000100101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0352C; }

 p { color: rgb(160,53,44); }

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

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

 a { background-color: rgb(160,53,44); }

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

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

 span { border-color: rgb(160,53,44); }

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