#A03A32

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

Shades of Milano Red #A03A32

Tints of Milano Red #A03A32

Color information

#A03A32 (or 0xA03A32) is unknown color: approx Milano Red. HEX triplet: A0, 3A and 32. RGB value is (160,58,50). Sum of RGB (Red+Green+Blue) = 160+58+50=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A32 is #5FC5CD. Grayscale: #575757. Windows color (decimal): -6276558 or 3291808. OLE color: 3291808.

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

Color convert

RGB1605850-
CMYK00.640.690.37
HSL4.36º52.38%41.18%-
HSV(B)4.36º68.75%62.75%-
XYZ16.5910.734.21-
YUV87.59106.79179.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.70%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=59.70%
G=21.64%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160585000.640.690.374.3652.3841.18
HexA03A32040452543429
Octal240726201001054546451
Binary10100000111010110010010000001000101100101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A32; }

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

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

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

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

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

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

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

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