#A5382A

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

Shades of Milano Red #A5382A

Tints of Milano Red #A5382A

Color information

#A5382A (or 0xA5382A) is unknown color: approx Milano Red. HEX triplet: A5, 38 and 2A. RGB value is (165,56,42). Sum of RGB (Red+Green+Blue) = 165+56+42=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5382A is #5AC7D5. Grayscale: #575757. Windows color (decimal): -5949398 or 2767013. OLE color: 2767013.

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

Color convert

RGB1655642-
CMYK00.660.750.35
HSL6.83º59.42%40.59%-
HSV(B)6.83º74.55%64.71%-
XYZ17.3510.993.4-
YUV86.99102.61183.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=62.74%
G=21.29%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165564200.660.750.356.8359.4240.59
HexA5382A0424B2373b29
Octal245705201021134377351
Binary10100101111000101010010000101001011100011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5382A; }

 p { color: rgb(165,56,42); }

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

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

 a { background-color: rgb(165,56,42); }

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

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

 span { border-color: rgb(165,56,42); }

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