#A03B33

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

Shades of Milano Red #A03B33

Tints of Milano Red #A03B33

Color information

#A03B33 (or 0xA03B33) is unknown color: approx Milano Red. HEX triplet: A0, 3B and 33. RGB value is (160,59,51). Sum of RGB (Red+Green+Blue) = 160+59+51=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03B33 is #5FC4CC. Grayscale: #585858. Windows color (decimal): -6276301 or 3357600. OLE color: 3357600.

HSL color Cylindrical-coordinate representation of color #A03B33: hue angle of 4.4º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03B33 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1605951-
CMYK00.630.680.37
HSL4.4º51.66%41.37%-
HSV(B)4.4º68.12%62.75%-
XYZ16.6610.844.35-
YUV88.29106.96179.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=59.26%
G=21.85%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160595100.630.680.374.451.6641.37
HexA03B3303F442543429
Octal24073630771044546451
Binary1010000011101111001101111111000100100101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B33; }

 p { color: rgb(160,59,51); }

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

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

 a { background-color: rgb(160,59,51); }

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

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

 span { border-color: rgb(160,59,51); }

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