#A23625

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

Shades of Milano Red #A23625

Tints of Milano Red #A23625

Color information

#A23625 (or 0xA23625) is unknown color: approx Milano Red. HEX triplet: A2, 36 and 25. RGB value is (162,54,37). Sum of RGB (Red+Green+Blue) = 162+54+37=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23625 is #5DC9DA. Grayscale: #545454. Windows color (decimal): -6146523 or 2438818. OLE color: 2438818.

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

Color convert

RGB1625437-
CMYK00.670.770.36
HSL8.16º62.81%39.02%-
HSV(B)8.16º77.16%63.53%-
XYZ16.5510.452.9-
YUV84.35101.28183.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=64.03%
G=21.34%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162543700.670.770.368.1662.8139.02
HexA236250434D2483f27
Octal2426645010311544107747
Binary101000101101101001010100001110011011001001000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23625; }

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

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

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

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

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

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

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

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