#A2352C

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

Shades of Milano Red #A2352C

Tints of Milano Red #A2352C

Color information

#A2352C (or 0xA2352C) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 2C. RGB value is (162,53,44). Sum of RGB (Red+Green+Blue) = 162+53+44=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2352C is #5DCAD3. Grayscale: #545454. Windows color (decimal): -6146772 or 2897314. OLE color: 2897314.

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

Color convert

RGB1625344-
CMYK00.670.730.36
HSL4.58º57.28%40.39%-
HSV(B)4.58º72.84%63.53%-
XYZ16.6310.413.52-
YUV84.56105.11183.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=62.55%
G=20.46%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162534400.670.730.364.5857.2840.39
HexA2352C043492453928
Octal242655401031114457150
Binary10100010110101101100010000111001001100100101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2352C; }

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

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

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

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

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

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

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

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