#A7382C

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

Shades of Milano Red #A7382C

Tints of Milano Red #A7382C

Color information

#A7382C (or 0xA7382C) is unknown color: approx Milano Red. HEX triplet: A7, 38 and 2C. RGB value is (167,56,44). Sum of RGB (Red+Green+Blue) = 167+56+44=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7382C is #58C7D3. Grayscale: #575757. Windows color (decimal): -5818324 or 2898087. OLE color: 2898087.

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

Color convert

RGB1675644-
CMYK00.660.740.35
HSL5.85º58.29%41.37%-
HSV(B)5.85º73.65%65.49%-
XYZ17.8111.233.61-
YUV87.82103.27184.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.55%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=62.55%
G=20.97%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167564400.660.740.355.8558.2941.37
HexA7382C0424A2363a29
Octal247705401021124367251
Binary10100111111000101100010000101001010100011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7382C; }

 p { color: rgb(167,56,44); }

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

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

 a { background-color: rgb(167,56,44); }

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

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

 span { border-color: rgb(167,56,44); }

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