#A03626

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

Shades of Milano Red #A03626

Tints of Milano Red #A03626

Color information

#A03626 (or 0xA03626) is unknown color: approx Milano Red. HEX triplet: A0, 36 and 26. RGB value is (160,54,38). Sum of RGB (Red+Green+Blue) = 160+54+38=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A03626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03626 is #5FC9D9. Grayscale: #545454. Windows color (decimal): -6277594 or 2504352. OLE color: 2504352.

HSL color Cylindrical-coordinate representation of color #A03626: hue angle of 7.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A03626 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1605438-
CMYK00.660.760.37
HSL7.87º61.62%38.82%-
HSV(B)7.87º76.25%62.75%-
XYZ16.1710.252.96-
YUV83.87102.12182.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=63.49%
G=21.43%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160543800.660.760.377.8761.6238.82
HexA036260424C2583e27
Octal2406646010211445107647
Binary101000001101101001100100001010011001001011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03626; }

 p { color: rgb(160,54,38); }

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

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

 a { background-color: rgb(160,54,38); }

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

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

 span { border-color: rgb(160,54,38); }

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