#A0322A

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

Shades of Milano Red #A0322A

Tints of Milano Red #A0322A

Color information

#A0322A (or 0xA0322A) is unknown color: approx Milano Red. HEX triplet: A0, 32 and 2A. RGB value is (160,50,42). Sum of RGB (Red+Green+Blue) = 160+50+42=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0322A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0322A is #5FCDD5. Grayscale: #525252. Windows color (decimal): -6278614 or 2765472. OLE color: 2765472.

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

Color convert

RGB1605042-
CMYK00.690.740.37
HSL4.07º58.42%39.61%-
HSV(B)4.07º73.75%62.75%-
XYZ16.069.923.26-
YUV81.98105.44183.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=63.49%
G=19.84%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160504200.690.740.374.0758.4239.61
HexA0322A0454A2543a28
Octal240625201051124547250
Binary10100000110010101010010001011001010100101100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0322A; }

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

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

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

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

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

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

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

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