#A1322C

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

Shades of Milano Red #A1322C

Tints of Milano Red #A1322C

Color information

#A1322C (or 0xA1322C) is unknown color: approx Milano Red. HEX triplet: A1, 32 and 2C. RGB value is (161,50,44). Sum of RGB (Red+Green+Blue) = 161+50+44=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1322C is #5ECDD3. Grayscale: #525252. Windows color (decimal): -6213076 or 2896545. OLE color: 2896545.

HSL color Cylindrical-coordinate representation of color #A1322C: hue angle of 3.08º degrees, saturation: 0.57, 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 #A1322C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1615044-
CMYK00.690.730.37
HSL3.08º57.07%40.2%-
HSV(B)3.08º72.67%63.14%-
XYZ16.2910.043.46-
YUV82.5106.27183.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.14%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=63.14%
G=19.61%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161504400.690.730.373.0857.0740.2
HexA1322C045492533928
Octal241625401051114537150
Binary1010000111001010110001000101100100110010111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1322C; }

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

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

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

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

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

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

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

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