#A23735

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

Shades of Milano Red #A23735

Tints of Milano Red #A23735

Color information

#A23735 (or 0xA23735) is unknown color: approx Milano Red. HEX triplet: A2, 37 and 35. RGB value is (162,55,53). Sum of RGB (Red+Green+Blue) = 162+55+53=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A23735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23735 is #5DC8CA. Grayscale: #565656. Windows color (decimal): -6146251 or 3487650. OLE color: 3487650.

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

Color convert

RGB1625553-
CMYK00.660.670.36
HSL1.1º50.7%42.16%-
HSV(B)1.1º67.28%63.53%-
XYZ16.9110.674.54-
YUV86.76108.95181.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 53 (21.09% from 255) = 19.63%
R=60%
G=20.37%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162555300.660.670.361.150.742.16
HexA2373504243241332a
Octal242676501021034416352
Binary101000101101111101010100001010000111001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23735; }

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

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

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

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

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

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

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

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