#A23C33

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

Shades of Milano Red #A23C33

Tints of Milano Red #A23C33

Color information

#A23C33 (or 0xA23C33) is unknown color: approx Milano Red. HEX triplet: A2, 3C and 33. RGB value is (162,60,51). Sum of RGB (Red+Green+Blue) = 162+60+51=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C33 is #5DC3CC. Grayscale: #595959. Windows color (decimal): -6144973 or 3357858. OLE color: 3357858.

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

Color convert

RGB1626051-
CMYK00.630.690.36
HSL4.86º52.11%41.76%-
HSV(B)4.86º68.52%63.53%-
XYZ17.1111.154.38-
YUV89.47106.29179.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=59.34%
G=21.98%
B=18.68%

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
Decimal162605100.630.690.364.8652.1141.76
HexA23C3303F45245342a
Octal24274630771054456452
Binary1010001011110011001101111111000101100100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C33; }

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

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

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

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

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

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

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

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