#A0322B

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

Shades of Milano Red #A0322B

Tints of Milano Red #A0322B

Color information

#A0322B (or 0xA0322B) is unknown color: approx Milano Red. HEX triplet: A0, 32 and 2B. RGB value is (160,50,43). Sum of RGB (Red+Green+Blue) = 160+50+43=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 43 (17.19% from 255 or 17.00% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0322B is #5FCDD4. Grayscale: #525252. Windows color (decimal): -6278613 or 2831008. OLE color: 2831008.

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

Color convert

RGB1605043-
CMYK00.690.730.37
HSL3.59º57.64%39.8%-
HSV(B)3.59º73.12%62.75%-
XYZ16.079.933.35-
YUV82.09105.94183.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 43 (17.19% from 255) = 17.00%
R=63.24%
G=19.76%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160504300.690.730.373.5957.6439.8
HexA0322B045492543a28
Octal240625301051114547250
Binary10100000110010101011010001011001001100101100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0322B; }

 p { color: rgb(160,50,43); }

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

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

 a { background-color: rgb(160,50,43); }

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

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

 span { border-color: rgb(160,50,43); }

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