#A23C32

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

Shades of Milano Red #A23C32

Tints of Milano Red #A23C32

Color information

#A23C32 (or 0xA23C32) is unknown color: approx Milano Red. HEX triplet: A2, 3C and 32. RGB value is (162,60,50). Sum of RGB (Red+Green+Blue) = 162+60+50=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C32 is #5DC3CD. Grayscale: #595959. Windows color (decimal): -6144974 or 3292322. OLE color: 3292322.

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

Color convert

RGB1626050-
CMYK00.630.690.36
HSL5.36º52.83%41.57%-
HSV(B)5.36º69.14%63.53%-
XYZ17.0911.144.27-
YUV89.36105.79179.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=59.56%
G=22.06%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162605000.630.690.365.3652.8341.57
HexA23C3203F45245352a
Octal24274620771054456552
Binary1010001011110011001001111111000101100100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C32; }

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

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

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

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

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

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

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

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