#a9352d

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

Shades of Milano Red #A9352D

Tints of Milano Red #A9352D

Color information

#A9352D (or 0xA9352D) is unknown color: approx Milano Red. HEX triplet: A9, 35 and 2D. RGB value is (169,53,45). Sum of RGB (Red+Green+Blue) = 169+53+45=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9352D is #56CAD2. Grayscale: #565656. Windows color (decimal): -5688019 or 2962857. OLE color: 2962857.

HSL color Cylindrical-coordinate representation of color #A9352D: hue angle of 3.87º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9352D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1695345-
CMYK00.690.730.34
HSL3.87º57.94%41.96%-
HSV(B)3.87º73.37%66.27%-
XYZ18.1111.173.68-
YUV86.77104.43186.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.30%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 45 (17.97% from 255) = 16.85%
R=63.30%
G=19.85%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169534500.690.730.343.8757.9441.96
HexA9352D045492243a2a
Octal251655501051114247252
Binary10101001110101101101010001011001001100010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9352d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9352d; }

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

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

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

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

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

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

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

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