#A03A30

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

Shades of Milano Red #A03A30

Tints of Milano Red #A03A30

Color information

#A03A30 (or 0xA03A30) is unknown color: approx Milano Red. HEX triplet: A0, 3A and 30. RGB value is (160,58,48). Sum of RGB (Red+Green+Blue) = 160+58+48=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A30 is #5FC5CF. Grayscale: #575757. Windows color (decimal): -6276560 or 3160736. OLE color: 3160736.

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

Color convert

RGB1605848-
CMYK00.640.700.37
HSL5.36º53.85%40.78%-
HSV(B)5.36º70%62.75%-
XYZ16.5410.713.99-
YUV87.36105.79179.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=60.15%
G=21.80%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160584800.640.700.375.3653.8540.78
HexA03A30040462553629
Octal240726001001064556651
Binary10100000111010110000010000001000110100101101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A30; }

 p { color: rgb(160,58,48); }

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

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

 a { background-color: rgb(160,58,48); }

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

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

 span { border-color: rgb(160,58,48); }

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