#A33529

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

Shades of Milano Red #A33529

Tints of Milano Red #A33529

Color information

#A33529 (or 0xA33529) is unknown color: approx Milano Red. HEX triplet: A3, 35 and 29. RGB value is (163,53,41). Sum of RGB (Red+Green+Blue) = 163+53+41=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A33529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33529 is #5CCAD6. Grayscale: #545454. Windows color (decimal): -6081239 or 2700707. OLE color: 2700707.

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

Color convert

RGB1635341-
CMYK00.670.750.36
HSL5.9º59.8%40%-
HSV(B)5.9º74.85%63.92%-
XYZ16.7810.493.24-
YUV84.52103.44183.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=63.42%
G=20.62%
B=15.95%

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
Decimal163534100.670.750.365.959.840
HexA335290434B2463c28
Octal243655101031134467450
Binary10100011110101101001010000111001011100100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33529; }

 p { color: rgb(163,53,41); }

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

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

 a { background-color: rgb(163,53,41); }

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

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

 span { border-color: rgb(163,53,41); }

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