#A1382F

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

Shades of Milano Red #A1382F

Tints of Milano Red #A1382F

Color information

#A1382F (or 0xA1382F) is unknown color: approx Milano Red. HEX triplet: A1, 38 and 2F. RGB value is (161,56,47). Sum of RGB (Red+Green+Blue) = 161+56+47=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A1382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1382F is #5EC7D0. Grayscale: #565656. Windows color (decimal): -6211537 or 3094689. OLE color: 3094689.

HSL color Cylindrical-coordinate representation of color #A1382F: hue angle of 4.74º degrees, saturation: 0.55, 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 #A1382F is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1615647-
CMYK00.650.710.37
HSL4.74º54.81%40.78%-
HSV(B)4.74º70.81%63.14%-
XYZ16.6310.613.86-
YUV86.37105.79181.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 47 (18.75% from 255) = 17.80%
R=60.98%
G=21.21%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161564700.650.710.374.7454.8140.78
HexA1382F041472553729
Octal241705701011074556751
Binary10100001111000101111010000011000111100101101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1382F; }

 p { color: rgb(161,56,47); }

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

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

 a { background-color: rgb(161,56,47); }

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

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

 span { border-color: rgb(161,56,47); }

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