#A4392F

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

Shades of Milano Red #A4392F

Tints of Milano Red #A4392F

Color information

#A4392F (or 0xA4392F) is unknown color: approx Milano Red. HEX triplet: A4, 39 and 2F. RGB value is (164,57,47). Sum of RGB (Red+Green+Blue) = 164+57+47=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A4392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4392F is #5BC6D0. Grayscale: #575757. Windows color (decimal): -6014673 or 3094948. OLE color: 3094948.

HSL color Cylindrical-coordinate representation of color #A4392F: hue angle of 5.13º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4392F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1645747-
CMYK00.650.710.36
HSL5.13º55.45%41.37%-
HSV(B)5.13º71.34%64.31%-
XYZ17.2911.023.91-
YUV87.85104.95182.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.19%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=61.19%
G=21.27%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164574700.650.710.365.1355.4541.37
HexA4392F041472453729
Octal244715701011074456751
Binary10100100111001101111010000011000111100100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4392F; }

 p { color: rgb(164,57,47); }

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

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

 a { background-color: rgb(164,57,47); }

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

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

 span { border-color: rgb(164,57,47); }

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