#A0352E

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

Shades of Milano Red #A0352E

Tints of Milano Red #A0352E

Color information

#A0352E (or 0xA0352E) is unknown color: approx Milano Red. HEX triplet: A0, 35 and 2E. RGB value is (160,53,46). Sum of RGB (Red+Green+Blue) = 160+53+46=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0352E is #5FCAD1. Grayscale: #545454. Windows color (decimal): -6277842 or 3028384. OLE color: 3028384.

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

Color convert

RGB1605346-
CMYK00.670.710.37
HSL3.68º55.34%40.39%-
HSV(B)3.68º71.25%62.75%-
XYZ16.2610.223.7-
YUV84.2106.45182.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=61.78%
G=20.46%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160534600.670.710.373.6855.3440.39
HexA0352E043472543728
Octal240655601031074546750
Binary10100000110101101110010000111000111100101100110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0352E; }

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

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

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

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

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

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

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

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