#A23935

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

Shades of Milano Red #A23935

Tints of Milano Red #A23935

Color information

#A23935 (or 0xA23935) is unknown color: approx Milano Red. HEX triplet: A2, 39 and 35. RGB value is (162,57,53). Sum of RGB (Red+Green+Blue) = 162+57+53=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23935 is #5DC6CA. Grayscale: #585858. Windows color (decimal): -6145739 or 3488162. OLE color: 3488162.

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

Color convert

RGB1625753-
CMYK00.650.670.36
HSL2.2º50.7%42.16%-
HSV(B)2.2º67.28%63.53%-
XYZ17.0110.864.57-
YUV87.94108.29180.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 53 (21.09% from 255) = 19.49%
R=59.56%
G=20.96%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162575300.650.670.362.250.742.16
HexA2393504143242332a
Octal242716501011034426352
Binary1010001011100111010101000001100001110010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23935; }

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

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

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

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

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

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

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

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