#A23532

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

Shades of Milano Red #A23532

Tints of Milano Red #A23532

Color information

#A23532 (or 0xA23532) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 32. RGB value is (162,53,50). Sum of RGB (Red+Green+Blue) = 162+53+50=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A23532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23532 is #5DCACD. Grayscale: #555555. Windows color (decimal): -6146766 or 3290530. OLE color: 3290530.

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

Color convert

RGB1625350-
CMYK00.670.690.36
HSL1.61º52.83%41.57%-
HSV(B)1.61º69.14%63.53%-
XYZ16.7510.464.15-
YUV85.25108.11182.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.13%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=61.13%
G=20%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162535000.670.690.361.6152.8341.57
HexA2353204345242352a
Octal242656201031054426552
Binary1010001011010111001001000011100010110010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23532; }

 p { color: rgb(162,53,50); }

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

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

 a { background-color: rgb(162,53,50); }

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

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

 span { border-color: rgb(162,53,50); }

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