#A1382E

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

Shades of Milano Red #A1382E

Tints of Milano Red #A1382E

Color information

#A1382E (or 0xA1382E) is unknown color: approx Milano Red. HEX triplet: A1, 38 and 2E. RGB value is (161,56,46). Sum of RGB (Red+Green+Blue) = 161+56+46=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1382E is #5EC7D1. Grayscale: #565656. Windows color (decimal): -6211538 or 3029153. OLE color: 3029153.

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

Color convert

RGB1615646-
CMYK00.650.710.37
HSL5.22º55.56%40.59%-
HSV(B)5.22º71.43%63.14%-
XYZ16.6110.63.76-
YUV86.26105.29181.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=61.22%
G=21.29%
B=17.49%

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
Decimal161564600.650.710.375.2255.5640.59
HexA1382E041472553829
Octal241705601011074557051
Binary10100001111000101110010000011000111100101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1382E; }

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

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

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

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

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

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

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

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