#A1302C

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

Shades of Milano Red #A1302C

Tints of Milano Red #A1302C

Color information

#A1302C (or 0xA1302C) is unknown color: approx Milano Red. HEX triplet: A1, 30 and 2C. RGB value is (161,48,44). Sum of RGB (Red+Green+Blue) = 161+48+44=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A1302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1302C is #5ECFD3. Grayscale: #515151. Windows color (decimal): -6213588 or 2896033. OLE color: 2896033.

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

Color convert

RGB1614844-
CMYK00.700.730.37
HSL2.05º57.07%40.2%-
HSV(B)2.05º72.67%63.14%-
XYZ16.219.873.43-
YUV81.33106.94184.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.64%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=63.64%
G=18.97%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161484400.700.730.372.0557.0740.2
HexA1302C046492523928
Octal241605401061114527150
Binary1010000111000010110001000110100100110010110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1302C; }

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

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

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

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

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

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

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

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