#A33628

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

Shades of Milano Red #A33628

Tints of Milano Red #A33628

Color information

#A33628 (or 0xA33628) is unknown color: approx Milano Red. HEX triplet: A3, 36 and 28. RGB value is (163,54,40). Sum of RGB (Red+Green+Blue) = 163+54+40=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A33628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33628 is #5CC9D7. Grayscale: #555555. Windows color (decimal): -6080984 or 2635427. OLE color: 2635427.

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

Color convert

RGB1635440-
CMYK00.670.750.36
HSL6.83º60.59%39.8%-
HSV(B)6.83º75.46%63.92%-
XYZ16.8110.583.16-
YUV84.99102.61183.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=63.42%
G=21.01%
B=15.56%

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
Decimal163544000.670.750.366.8360.5939.8
HexA336280434B2473d28
Octal243665001031134477550
Binary10100011110110101000010000111001011100100111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33628; }

 p { color: rgb(163,54,40); }

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

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

 a { background-color: rgb(163,54,40); }

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

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

 span { border-color: rgb(163,54,40); }

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