#A5382B

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

Shades of Milano Red #A5382B

Tints of Milano Red #A5382B

Color information

#A5382B (or 0xA5382B) is unknown color: approx Milano Red. HEX triplet: A5, 38 and 2B. RGB value is (165,56,43). Sum of RGB (Red+Green+Blue) = 165+56+43=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5382B is #5AC7D4. Grayscale: #575757. Windows color (decimal): -5949397 or 2832549. OLE color: 2832549.

HSL color Cylindrical-coordinate representation of color #A5382B: hue angle of 6.39º degrees, saturation: 0.59, 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 #A5382B is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1655643-
CMYK00.660.740.35
HSL6.39º58.65%40.78%-
HSV(B)6.39º73.94%64.71%-
XYZ17.37113.49-
YUV87.11103.11183.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=62.5%
G=21.21%
B=16.29%

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
Decimal165564300.660.740.356.3958.6540.78
HexA5382B0424A2363b29
Octal245705301021124367351
Binary10100101111000101011010000101001010100011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5382B; }

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

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

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

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

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

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

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

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