#A23628

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

Shades of Milano Red #A23628

Tints of Milano Red #A23628

Color information

#A23628 (or 0xA23628) is unknown color: approx Milano Red. HEX triplet: A2, 36 and 28. RGB value is (162,54,40). Sum of RGB (Red+Green+Blue) = 162+54+40=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A23628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23628 is #5DC9D7. Grayscale: #545454. Windows color (decimal): -6146520 or 2635426. OLE color: 2635426.

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

Color convert

RGB1625440-
CMYK00.670.750.36
HSL6.89º60.4%39.61%-
HSV(B)6.89º75.31%63.53%-
XYZ16.610.473.15-
YUV84.7102.78183.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=63.28%
G=21.09%
B=15.62%

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
Decimal162544000.670.750.366.8960.439.61
HexA236280434B2473c28
Octal242665001031134477450
Binary10100010110110101000010000111001011100100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23628; }

 p { color: rgb(162,54,40); }

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

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

 a { background-color: rgb(162,54,40); }

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

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

 span { border-color: rgb(162,54,40); }

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