#A23429

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

Shades of Milano Red #A23429

Tints of Milano Red #A23429

Color information

#A23429 (or 0xA23429) is unknown color: approx Milano Red. HEX triplet: A2, 34 and 29. RGB value is (162,52,41). Sum of RGB (Red+Green+Blue) = 162+52+41=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A23429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23429 is #5DCBD6. Grayscale: #535353. Windows color (decimal): -6147031 or 2700450. OLE color: 2700450.

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

Color convert

RGB1625241-
CMYK00.680.750.36
HSL5.45º59.61%39.8%-
HSV(B)5.45º74.69%63.53%-
XYZ16.5310.33.21-
YUV83.64103.94183.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.53%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=63.53%
G=20.39%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162524100.680.750.365.4559.6139.8
HexA234290444B2453c28
Octal242645101041134457450
Binary10100010110100101001010001001001011100100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23429; }

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

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

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

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

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

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

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

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