#A0302D

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

Shades of Milano Red #A0302D

Tints of Milano Red #A0302D

Color information

#A0302D (or 0xA0302D) is unknown color: approx Milano Red. HEX triplet: A0, 30 and 2D. RGB value is (160,48,45). Sum of RGB (Red+Green+Blue) = 160+48+45=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302D is #5FCFD2. Grayscale: #515151. Windows color (decimal): -6279123 or 2961568. OLE color: 2961568.

HSL color Cylindrical-coordinate representation of color #A0302D: hue angle of 1.57º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0302D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB1604845-
CMYK00.700.720.37
HSL1.57º56.1%40.2%-
HSV(B)1.57º71.88%62.75%-
XYZ16.039.783.53-
YUV81.15107.61184.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.24%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 45 (17.97% from 255) = 17.79%
R=63.24%
G=18.97%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160484500.700.720.371.5756.140.2
HexA0302D046482523828
Octal240605501061104527050
Binary1010000011000010110101000110100100010010110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0302D; }

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

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

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

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

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

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

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

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