#A0302B

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

Shades of Milano Red #A0302B

Tints of Milano Red #A0302B

Color information

#A0302B (or 0xA0302B) is unknown color: approx Milano Red. HEX triplet: A0, 30 and 2B. RGB value is (160,48,43). Sum of RGB (Red+Green+Blue) = 160+48+43=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A0302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0302B is #5FCFD4. Grayscale: #515151. Windows color (decimal): -6279125 or 2830496. OLE color: 2830496.

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

Color convert

RGB1604843-
CMYK00.700.730.37
HSL2.56º57.64%39.8%-
HSV(B)2.56º73.12%62.75%-
XYZ15.999.763.33-
YUV80.92106.61184.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.75%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=63.75%
G=19.12%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160484300.700.730.372.5657.6439.8
HexA0302B046492533a28
Octal240605301061114537250
Binary1010000011000010101101000110100100110010111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0302B; }

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

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

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

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

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

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

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

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