#A0342E

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

Shades of Milano Red #A0342E

Tints of Milano Red #A0342E

Color information

#A0342E (or 0xA0342E) is unknown color: approx Milano Red. HEX triplet: A0, 34 and 2E. RGB value is (160,52,46). Sum of RGB (Red+Green+Blue) = 160+52+46=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0342E is #5FCBD1. Grayscale: #535353. Windows color (decimal): -6278098 or 3028128. OLE color: 3028128.

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

Color convert

RGB1605246-
CMYK00.680.710.37
HSL3.16º55.34%40.39%-
HSV(B)3.16º71.25%62.75%-
XYZ16.2210.133.68-
YUV83.61106.78182.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.02%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 46 (18.36% from 255) = 17.83%
R=62.02%
G=20.16%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160524600.680.710.373.1655.3440.39
HexA0342E044472533728
Octal240645601041074536750
Binary1010000011010010111001000100100011110010111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0342E; }

 p { color: rgb(160,52,46); }

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

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

 a { background-color: rgb(160,52,46); }

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

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

 span { border-color: rgb(160,52,46); }

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