#A33933

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

Shades of Milano Red #A33933

Tints of Milano Red #A33933

Color information

#A33933 (or 0xA33933) is unknown color: approx Milano Red. HEX triplet: A3, 39 and 33. RGB value is (163,57,51). Sum of RGB (Red+Green+Blue) = 163+57+51=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A33933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33933 is #5CC6CC. Grayscale: #585858. Windows color (decimal): -6080205 or 3357091. OLE color: 3357091.

HSL color Cylindrical-coordinate representation of color #A33933: hue angle of 3.21º degrees, saturation: 0.52, 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 #A33933 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1635751-
CMYK00.650.690.36
HSL3.21º52.34%41.96%-
HSV(B)3.21º68.71%63.92%-
XYZ17.1610.954.34-
YUV88.01107.12181.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 51 (20.31% from 255) = 18.82%
R=60.15%
G=21.03%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163575100.650.690.363.2152.3441.96
HexA3393304145243342a
Octal243716301011054436452
Binary1010001111100111001101000001100010110010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33933; }

 p { color: rgb(163,57,51); }

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

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

 a { background-color: rgb(163,57,51); }

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

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

 span { border-color: rgb(163,57,51); }

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