#A23529

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

Shades of Milano Red #A23529

Tints of Milano Red #A23529

Color information

#A23529 (or 0xA23529) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 29. RGB value is (162,53,41). Sum of RGB (Red+Green+Blue) = 162+53+41=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23529 is #5DCAD6. Grayscale: #545454. Windows color (decimal): -6146775 or 2700706. OLE color: 2700706.

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

Color convert

RGB1625341-
CMYK00.670.750.36
HSL5.95º59.61%39.8%-
HSV(B)5.95º74.69%63.53%-
XYZ16.5710.393.23-
YUV84.22103.61183.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=63.28%
G=20.70%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162534100.670.750.365.9559.6139.8
HexA235290434B2463c28
Octal242655101031134467450
Binary10100010110101101001010000111001011100100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23529; }

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

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

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

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

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

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

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

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