#A23937

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

Shades of Milano Red #A23937

Tints of Milano Red #A23937

Color information

#A23937 (or 0xA23937) is unknown color: approx Milano Red. HEX triplet: A2, 39 and 37. RGB value is (162,57,55). Sum of RGB (Red+Green+Blue) = 162+57+55=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A23937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23937 is #5DC6C8. Grayscale: #585858. Windows color (decimal): -6145737 or 3619234. OLE color: 3619234.

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

Color convert

RGB1625755-
CMYK00.650.660.36
HSL1.12º49.31%42.55%-
HSV(B)1.12º66.05%63.53%-
XYZ17.0510.884.82-
YUV88.17109.29180.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=59.12%
G=20.80%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162575500.650.660.361.1249.3142.55
HexA2393704142241312b
Octal242716701011024416153
Binary101000101110011101110100000110000101001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23937; }

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

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

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

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

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

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

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

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