#A2352A

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

Shades of Milano Red #A2352A

Tints of Milano Red #A2352A

Color information

#A2352A (or 0xA2352A) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 2A. RGB value is (162,53,42). Sum of RGB (Red+Green+Blue) = 162+53+42=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2352A is #5DCAD5. Grayscale: #545454. Windows color (decimal): -6146774 or 2766242. OLE color: 2766242.

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

Color convert

RGB1625342-
CMYK00.670.740.36
HSL5.5º58.82%40%-
HSV(B)5.5º74.07%63.53%-
XYZ16.5910.393.32-
YUV84.34104.11183.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 42 (16.80% from 255) = 16.34%
R=63.04%
G=20.62%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162534200.670.740.365.558.8240
HexA2352A0434A2463b28
Octal242655201031124467350
Binary10100010110101101010010000111001010100100110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2352A; }

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

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

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

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

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

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

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

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