#A23527

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

Shades of Milano Red #A23527

Tints of Milano Red #A23527

Color information

#A23527 (or 0xA23527) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 27. RGB value is (162,53,39). Sum of RGB (Red+Green+Blue) = 162+53+39=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A23527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23527 is #5DCAD8. Grayscale: #545454. Windows color (decimal): -6146777 or 2569634. OLE color: 2569634.

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

Color convert

RGB1625339-
CMYK00.670.760.36
HSL6.83º61.19%39.41%-
HSV(B)6.83º75.93%63.53%-
XYZ16.5410.373.05-
YUV83.99102.61183.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=63.78%
G=20.87%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162533900.670.760.366.8361.1939.41
HexA235270434C2473d27
Octal242654701031144477547
Binary10100010110101100111010000111001100100100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23527; }

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

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

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

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

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

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

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

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