#A7362D

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

Shades of Milano Red #A7362D

Tints of Milano Red #A7362D

Color information

#A7362D (or 0xA7362D) is unknown color: approx Milano Red. HEX triplet: A7, 36 and 2D. RGB value is (167,54,45). Sum of RGB (Red+Green+Blue) = 167+54+45=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7362D is #58C9D2. Grayscale: #565656. Windows color (decimal): -5818835 or 2963111. OLE color: 2963111.

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

Color convert

RGB1675445-
CMYK00.680.730.35
HSL4.43º57.55%41.57%-
HSV(B)4.43º73.05%65.49%-
XYZ17.7311.043.68-
YUV86.76104.44185.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.78%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=62.78%
G=20.30%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167544500.680.730.354.4357.5541.57
HexA7362D044492343a2a
Octal247665501041114347252
Binary10100111110110101101010001001001001100011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7362D; }

 p { color: rgb(167,54,45); }

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

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

 a { background-color: rgb(167,54,45); }

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

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

 span { border-color: rgb(167,54,45); }

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