#A3322C

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

Shades of Milano Red #A3322C

Tints of Milano Red #A3322C

Color information

#A3322C (or 0xA3322C) is unknown color: approx Milano Red. HEX triplet: A3, 32 and 2C. RGB value is (163,50,44). Sum of RGB (Red+Green+Blue) = 163+50+44=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3322C is #5CCDD3. Grayscale: #535353. Windows color (decimal): -6082004 or 2896547. OLE color: 2896547.

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

Color convert

RGB1635044-
CMYK00.690.730.36
HSL3.03º57.49%40.59%-
HSV(B)3.03º73.01%63.92%-
XYZ16.710.253.48-
YUV83.1105.94184.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=63.42%
G=19.46%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163504400.690.730.363.0357.4940.59
HexA3322C045492433929
Octal243625401051114437151
Binary1010001111001010110001000101100100110010011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3322C; }

 p { color: rgb(163,50,44); }

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

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

 a { background-color: rgb(163,50,44); }

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

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

 span { border-color: rgb(163,50,44); }

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