#A2382A

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

Shades of Milano Red #A2382A

Tints of Milano Red #A2382A

Color information

#A2382A (or 0xA2382A) is unknown color: approx Milano Red. HEX triplet: A2, 38 and 2A. RGB value is (162,56,42). Sum of RGB (Red+Green+Blue) = 162+56+42=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2382A is #5DC7D5. Grayscale: #565656. Windows color (decimal): -6146006 or 2767010. OLE color: 2767010.

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

Color convert

RGB1625642-
CMYK00.650.740.36
HSL58.82%40%-
HSV(B)74.07%63.53%-
XYZ16.7310.683.37-
YUV86.1103.12182.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 56 (22.27% from 255) = 21.54%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=62.31%
G=21.54%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162564200.650.740.36758.8240
HexA2382A0414A2473b28
Octal242705201011124477350
Binary10100010111000101010010000011001010100100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2382A; }

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

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

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

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

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

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

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

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