#A23531

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

Shades of Milano Red #A23531

Tints of Milano Red #A23531

Color information

#A23531 (or 0xA23531) is unknown color: approx Milano Red. HEX triplet: A2, 35 and 31. RGB value is (162,53,49). Sum of RGB (Red+Green+Blue) = 162+53+49=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A23531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23531 is #5DCACE. Grayscale: #555555. Windows color (decimal): -6146767 or 3224994. OLE color: 3224994.

HSL color Cylindrical-coordinate representation of color #A23531: hue angle of 2.12º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23531 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1625349-
CMYK00.670.700.36
HSL2.12º53.55%41.37%-
HSV(B)2.12º69.75%63.53%-
XYZ16.7310.454.04-
YUV85.14107.61182.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=61.36%
G=20.08%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162534900.670.700.362.1253.5541.37
HexA23531043462423629
Octal242656101031064426651
Binary1010001011010111000101000011100011010010010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23531; }

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

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

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

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

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

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

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

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