#A53935

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

Shades of Milano Red #A53935

Tints of Milano Red #A53935

Color information

#A53935 (or 0xA53935) is unknown color: approx Milano Red. HEX triplet: A5, 39 and 35. RGB value is (165,57,53). Sum of RGB (Red+Green+Blue) = 165+57+53=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53935 is #5AC6CA. Grayscale: #585858. Windows color (decimal): -5949131 or 3488165. OLE color: 3488165.

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

Color convert

RGB1655753-
CMYK00.650.680.35
HSL2.14º51.38%42.75%-
HSV(B)2.14º67.88%64.71%-
XYZ17.6211.184.6-
YUV88.84107.78182.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 53 (21.09% from 255) = 19.27%
R=60%
G=20.73%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165575300.650.680.352.1451.3842.75
HexA5393504144232332b
Octal245716501011044326353
Binary1010010111100111010101000001100010010001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53935; }

 p { color: rgb(165,57,53); }

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

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

 a { background-color: rgb(165,57,53); }

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

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

 span { border-color: rgb(165,57,53); }

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