#A03A35

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

Shades of Milano Red #A03A35

Tints of Milano Red #A03A35

Color information

#A03A35 (or 0xA03A35) is unknown color: approx Milano Red. HEX triplet: A0, 3A and 35. RGB value is (160,58,53). Sum of RGB (Red+Green+Blue) = 160+58+53=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03A35 is #5FC5CA. Grayscale: #585858. Windows color (decimal): -6276555 or 3488416. OLE color: 3488416.

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

Color convert

RGB1605853-
CMYK00.640.670.37
HSL2.8º50.23%41.76%-
HSV(B)2.8º66.87%62.75%-
XYZ16.6510.764.57-
YUV87.93108.29179.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=59.04%
G=21.40%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160585300.640.670.372.850.2341.76
HexA03A3504043253322a
Octal240726501001034536252
Binary1010000011101011010101000000100001110010111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A35; }

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

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

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

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

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

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

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

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