#A23729

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

Shades of Milano Red #A23729

Tints of Milano Red #A23729

Color information

#A23729 (or 0xA23729) is unknown color: approx Milano Red. HEX triplet: A2, 37 and 29. RGB value is (162,55,41). Sum of RGB (Red+Green+Blue) = 162+55+41=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A23729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23729 is #5DC8D6. Grayscale: #555555. Windows color (decimal): -6146263 or 2701218. OLE color: 2701218.

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

Color convert

RGB1625541-
CMYK00.660.750.36
HSL6.94º59.61%39.8%-
HSV(B)6.94º74.69%63.53%-
XYZ16.6710.573.26-
YUV85.4102.95182.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 55 (21.88% from 255) = 21.32%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=62.79%
G=21.32%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162554100.660.750.366.9459.6139.8
HexA237290424B2473c28
Octal242675101021134477450
Binary10100010110111101001010000101001011100100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23729; }

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

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

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

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

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

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

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

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