#A1312E

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

Shades of Milano Red #A1312E

Tints of Milano Red #A1312E

Color information

#A1312E (or 0xA1312E) is unknown color: approx Milano Red. HEX triplet: A1, 31 and 2E. RGB value is (161,49,46). Sum of RGB (Red+Green+Blue) = 161+49+46=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1312E is #5ECED1. Grayscale: #525252. Windows color (decimal): -6213330 or 3027361. OLE color: 3027361.

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

Color convert

RGB1614946-
CMYK00.700.710.37
HSL1.57º55.56%40.59%-
HSV(B)1.57º71.43%63.14%-
XYZ16.299.973.65-
YUV82.15107.61184.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.89%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=62.89%
G=19.14%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161494600.700.710.371.5755.5640.59
HexA1312E046472523829
Octal241615601061074527051
Binary1010000111000110111001000110100011110010110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1312E; }

 p { color: rgb(161,49,46); }

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

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

 a { background-color: rgb(161,49,46); }

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

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

 span { border-color: rgb(161,49,46); }

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