#A2382E

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

Shades of Milano Red #A2382E

Tints of Milano Red #A2382E

Color information

#A2382E (or 0xA2382E) is unknown color: approx Milano Red. HEX triplet: A2, 38 and 2E. RGB value is (162,56,46). Sum of RGB (Red+Green+Blue) = 162+56+46=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A2382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2382E is #5DC7D1. Grayscale: #565656. Windows color (decimal): -6146002 or 3029154. OLE color: 3029154.

HSL color Cylindrical-coordinate representation of color #A2382E: hue angle of 5.17º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2382E is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1625646-
CMYK00.650.720.36
HSL5.17º55.77%40.78%-
HSV(B)5.17º71.6%63.53%-
XYZ16.8110.713.77-
YUV86.55105.12181.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=61.36%
G=21.21%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162564600.650.720.365.1755.7740.78
HexA2382E041482453829
Octal242705601011104457051
Binary10100010111000101110010000011001000100100101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2382E; }

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

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

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

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

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

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

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

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