#A2312E

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

Shades of Milano Red #A2312E

Tints of Milano Red #A2312E

Color information

#A2312E (or 0xA2312E) is unknown color: approx Milano Red. HEX triplet: A2, 31 and 2E. RGB value is (162,49,46). Sum of RGB (Red+Green+Blue) = 162+49+46=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2312E is #5DCED1. Grayscale: #525252. Windows color (decimal): -6147794 or 3027362. OLE color: 3027362.

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

Color convert

RGB1624946-
CMYK00.700.720.36
HSL1.55º55.77%40.78%-
HSV(B)1.55º71.6%63.53%-
XYZ16.4910.083.66-
YUV82.44107.44184.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 46 (18.36% from 255) = 17.90%
R=63.04%
G=19.07%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162494600.700.720.361.5555.7740.78
HexA2312E046482423829
Octal242615601061104427051
Binary1010001011000110111001000110100100010010010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2312E; }

 p { color: rgb(162,49,46); }

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

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

 a { background-color: rgb(162,49,46); }

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

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

 span { border-color: rgb(162,49,46); }

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