#A53836

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

Shades of Milano Red #A53836

Tints of Milano Red #A53836

Color information

#A53836 (or 0xA53836) is unknown color: approx Milano Red. HEX triplet: A5, 38 and 36. RGB value is (165,56,54). Sum of RGB (Red+Green+Blue) = 165+56+54=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53836 is #5AC7C9. Grayscale: #585858. Windows color (decimal): -5949386 or 3553445. OLE color: 3553445.

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

Color convert

RGB1655654-
CMYK00.660.670.35
HSL1.08º50.68%42.94%-
HSV(B)1.08º67.27%64.71%-
XYZ17.611.094.7-
YUV88.36108.61182.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=60%
G=20.36%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165565400.660.670.351.0850.6842.94
HexA5383604243231332b
Octal245706601021034316353
Binary101001011110001101100100001010000111000111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53836; }

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

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

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

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

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

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

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

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