#A2332E

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

Shades of Milano Red #A2332E

Tints of Milano Red #A2332E

Color information

#A2332E (or 0xA2332E) is unknown color: approx Milano Red. HEX triplet: A2, 33 and 2E. RGB value is (162,51,46). Sum of RGB (Red+Green+Blue) = 162+51+46=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2332E is #5DCCD1. Grayscale: #535353. Windows color (decimal): -6147282 or 3027874. OLE color: 3027874.

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

Color convert

RGB1625146-
CMYK00.690.720.36
HSL2.59º55.77%40.78%-
HSV(B)2.59º71.6%63.53%-
XYZ16.5810.253.69-
YUV83.62106.77183.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=62.55%
G=19.69%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162514600.690.720.362.5955.7740.78
HexA2332E045482433829
Octal242635601051104437051
Binary1010001011001110111001000101100100010010011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2332E; }

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

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

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

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

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

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

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

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