#A9362E

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

Shades of Milano Red #A9362E

Tints of Milano Red #A9362E

Color information

#A9362E (or 0xA9362E) is unknown color: approx Milano Red. HEX triplet: A9, 36 and 2E. RGB value is (169,54,46). Sum of RGB (Red+Green+Blue) = 169+54+46=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A9362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9362E is #56C9D1. Grayscale: #575757. Windows color (decimal): -5687762 or 3028649. OLE color: 3028649.

HSL color Cylindrical-coordinate representation of color #A9362E: hue angle of 3.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9362E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1695446-
CMYK00.680.730.34
HSL3.9º57.21%42.16%-
HSV(B)3.9º72.78%66.27%-
XYZ18.1711.273.8-
YUV87.47104.6186.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=62.83%
G=20.07%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169544600.680.730.343.957.2142.16
HexA9362E04449224392a
Octal251665601041114247152
Binary10101001110110101110010001001001001100010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9362E; }

 p { color: rgb(169,54,46); }

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

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

 a { background-color: rgb(169,54,46); }

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

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

 span { border-color: rgb(169,54,46); }

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