#A2382B

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

Shades of Milano Red #A2382B

Tints of Milano Red #A2382B

Color information

#A2382B (or 0xA2382B) is unknown color: approx Milano Red. HEX triplet: A2, 38 and 2B. RGB value is (162,56,43). Sum of RGB (Red+Green+Blue) = 162+56+43=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2382B is #5DC7D4. Grayscale: #565656. Windows color (decimal): -6146005 or 2832546. OLE color: 2832546.

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

Color convert

RGB1625643-
CMYK00.650.730.36
HSL6.55º58.05%40.2%-
HSV(B)6.55º73.46%63.53%-
XYZ16.7510.683.46-
YUV86.21103.62182.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=62.07%
G=21.46%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162564300.650.730.366.5558.0540.2
HexA2382B041492473a28
Octal242705301011114477250
Binary10100010111000101011010000011001001100100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2382B; }

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

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

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

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

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

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

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

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