#A03631

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

Shades of Milano Red #A03631

Tints of Milano Red #A03631

Color information

#A03631 (or 0xA03631) is unknown color: approx Milano Red. HEX triplet: A0, 36 and 31. RGB value is (160,54,49). Sum of RGB (Red+Green+Blue) = 160+54+49=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A03631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03631 is #5FC9CE. Grayscale: #555555. Windows color (decimal): -6277583 or 3225248. OLE color: 3225248.

HSL color Cylindrical-coordinate representation of color #A03631: hue angle of 2.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03631 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1605449-
CMYK00.660.690.37
HSL2.7º53.11%40.98%-
HSV(B)2.7º69.38%62.75%-
XYZ16.3710.334.04-
YUV85.12107.62181.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.84%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=60.84%
G=20.53%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160544900.660.690.372.753.1140.98
HexA03631042452533529
Octal240666101021054536551
Binary1010000011011011000101000010100010110010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03631; }

 p { color: rgb(160,54,49); }

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

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

 a { background-color: rgb(160,54,49); }

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

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

 span { border-color: rgb(160,54,49); }

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