#A23632

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

Shades of Milano Red #A23632

Tints of Milano Red #A23632

Color information

#A23632 (or 0xA23632) is unknown color: approx Milano Red. HEX triplet: A2, 36 and 32. RGB value is (162,54,50). Sum of RGB (Red+Green+Blue) = 162+54+50=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23632 is #5DC9CD. Grayscale: #555555. Windows color (decimal): -6146510 or 3290786. OLE color: 3290786.

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

Color convert

RGB1625450-
CMYK00.670.690.36
HSL2.14º52.83%41.57%-
HSV(B)2.14º69.14%63.53%-
XYZ16.810.554.17-
YUV85.84107.78182.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=60.90%
G=20.30%
B=18.80%

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
Decimal162545000.670.690.362.1452.8341.57
HexA2363204345242352a
Octal242666201031054426552
Binary1010001011011011001001000011100010110010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23632; }

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

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

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

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

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

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

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

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