#A5372B

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

Shades of Milano Red #A5372B

Tints of Milano Red #A5372B

Color information

#A5372B (or 0xA5372B) is unknown color: approx Milano Red. HEX triplet: A5, 37 and 2B. RGB value is (165,55,43). Sum of RGB (Red+Green+Blue) = 165+55+43=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5372B is #5AC8D4. Grayscale: #565656. Windows color (decimal): -5949653 or 2832293. OLE color: 2832293.

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

Color convert

RGB1655543-
CMYK00.670.740.35
HSL5.9º58.65%40.78%-
HSV(B)5.9º73.94%64.71%-
XYZ17.3210.913.48-
YUV86.52103.44183.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.74%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=62.74%
G=20.91%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165554300.670.740.355.958.6540.78
HexA5372B0434A2363b29
Octal245675301031124367351
Binary10100101110111101011010000111001010100011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5372B; }

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

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

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

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

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

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

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

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