#a0352d

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

Shades of Milano Red #A0352D

Tints of Milano Red #A0352D

Color information

#A0352D (or 0xA0352D) is unknown color: approx Milano Red. HEX triplet: A0, 35 and 2D. RGB value is (160,53,45). Sum of RGB (Red+Green+Blue) = 160+53+45=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0352D is #5FCAD2. Grayscale: #545454. Windows color (decimal): -6277843 or 2962848. OLE color: 2962848.

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

Color convert

RGB1605345-
CMYK00.670.720.37
HSL4.17º56.1%40.2%-
HSV(B)4.17º71.88%62.75%-
XYZ16.2410.213.6-
YUV84.08105.95182.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=62.02%
G=20.54%
B=17.44%

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
Decimal160534500.670.720.374.1756.140.2
HexA0352D043482543828
Octal240655501031104547050
Binary10100000110101101101010000111001000100101100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0352d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0352d; }

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

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

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

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

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

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

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

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