#A9352F

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

Shades of Milano Red #A9352F

Tints of Milano Red #A9352F

Color information

#A9352F (or 0xA9352F) is unknown color: approx Milano Red. HEX triplet: A9, 35 and 2F. RGB value is (169,53,47). Sum of RGB (Red+Green+Blue) = 169+53+47=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A9352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9352F is #56CAD0. Grayscale: #575757. Windows color (decimal): -5688017 or 3093929. OLE color: 3093929.

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

Color convert

RGB1695347-
CMYK00.690.720.34
HSL2.95º56.48%42.35%-
HSV(B)2.95º72.19%66.27%-
XYZ18.1511.193.89-
YUV87105.43186.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=62.83%
G=19.70%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169534700.690.720.342.9556.4842.35
HexA9352F04548223382a
Octal251655701051104237052
Binary1010100111010110111101000101100100010001011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9352F; }

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

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

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

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

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

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

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

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