#A33532

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

Shades of Milano Red #A33532

Tints of Milano Red #A33532

Color information

#A33532 (or 0xA33532) is unknown color: approx Milano Red. HEX triplet: A3, 35 and 32. RGB value is (163,53,50). Sum of RGB (Red+Green+Blue) = 163+53+50=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A33532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33532 is #5CCACD. Grayscale: #555555. Windows color (decimal): -6081230 or 3290531. OLE color: 3290531.

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

Color convert

RGB1635350-
CMYK00.670.690.36
HSL1.59º53.05%41.76%-
HSV(B)1.59º69.33%63.92%-
XYZ16.9510.564.16-
YUV85.55107.94183.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.28%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=61.28%
G=19.92%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163535000.670.690.361.5953.0541.76
HexA3353204345242352a
Octal243656201031054426552
Binary1010001111010111001001000011100010110010010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33532; }

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

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

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

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

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

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

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

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