#A1322D

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

Shades of Milano Red #A1322D

Tints of Milano Red #A1322D

Color information

#A1322D (or 0xA1322D) is unknown color: approx Milano Red. HEX triplet: A1, 32 and 2D. RGB value is (161,50,45). Sum of RGB (Red+Green+Blue) = 161+50+45=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1322D is #5ECDD2. Grayscale: #525252. Windows color (decimal): -6213075 or 2962081. OLE color: 2962081.

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

Color convert

RGB1615045-
CMYK00.690.720.37
HSL2.59º56.31%40.39%-
HSV(B)2.59º72.05%63.14%-
XYZ16.3110.053.56-
YUV82.62106.77183.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=62.89%
G=19.53%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161504500.690.720.372.5956.3140.39
HexA1322D045482533828
Octal241625501051104537050
Binary1010000111001010110101000101100100010010111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1322D; }

 p { color: rgb(161,50,45); }

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

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

 a { background-color: rgb(161,50,45); }

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

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

 span { border-color: rgb(161,50,45); }

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