#A0392B

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

Shades of Milano Red #A0392B

Tints of Milano Red #A0392B

Color information

#A0392B (or 0xA0392B) is unknown color: approx Milano Red. HEX triplet: A0, 39 and 2B. RGB value is (160,57,43). Sum of RGB (Red+Green+Blue) = 160+57+43=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0392B is #5FC6D4. Grayscale: #565656. Windows color (decimal): -6276821 or 2832800. OLE color: 2832800.

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

Color convert

RGB1605743-
CMYK00.640.730.37
HSL7.18º57.64%39.8%-
HSV(B)7.18º73.12%62.75%-
XYZ16.410.573.46-
YUV86.2103.62180.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.54%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=61.54%
G=21.92%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160574300.640.730.377.1857.6439.8
HexA0392B040492573a28
Octal240715301001114577250
Binary10100000111001101011010000001001001100101111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0392B; }

 p { color: rgb(160,57,43); }

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

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

 a { background-color: rgb(160,57,43); }

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

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

 span { border-color: rgb(160,57,43); }

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