#A23837

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

Shades of Milano Red #A23837

Tints of Milano Red #A23837

Color information

#A23837 (or 0xA23837) is unknown color: approx Milano Red. HEX triplet: A2, 38 and 37. RGB value is (162,56,55). Sum of RGB (Red+Green+Blue) = 162+56+55=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A23837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23837 is #5DC7C8. Grayscale: #575757. Windows color (decimal): -6145993 or 3618978. OLE color: 3618978.

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

Color convert

RGB1625655-
CMYK00.650.660.36
HSL0.56º49.31%42.55%-
HSV(B)0.56º66.05%63.53%-
XYZ1710.794.8-
YUV87.58109.62181.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=59.34%
G=20.51%
B=20.15%

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
Decimal162565500.650.660.360.5649.3142.55
HexA2383704142241312b
Octal242706701011024416153
Binary101000101110001101110100000110000101001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23837; }

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

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

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

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

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

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

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

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