#A3382A

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

Shades of Milano Red #A3382A

Tints of Milano Red #A3382A

Color information

#A3382A (or 0xA3382A) is unknown color: approx Milano Red. HEX triplet: A3, 38 and 2A. RGB value is (163,56,42). Sum of RGB (Red+Green+Blue) = 163+56+42=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3382A is #5CC7D5. Grayscale: #565656. Windows color (decimal): -6080470 or 2767011. OLE color: 2767011.

HSL color Cylindrical-coordinate representation of color #A3382A: hue angle of 6.94º 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 #A3382A is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1635642-
CMYK00.660.740.36
HSL6.94º59.02%40.2%-
HSV(B)6.94º74.23%63.92%-
XYZ16.9410.783.38-
YUV86.4102.95182.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.45%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=62.45%
G=21.46%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163564200.660.740.366.9459.0240.2
HexA3382A0424A2473b28
Octal243705201021124477350
Binary10100011111000101010010000101001010100100111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3382A; }

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

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

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

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

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

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

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

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