#A23232

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

Shades of Milano Red #A23232

Tints of Milano Red #A23232

Color information

#A23232 (or 0xA23232) is unknown color: approx Milano Red. HEX triplet: A2, 32 and 32. RGB value is (162,50,50). Sum of RGB (Red+Green+Blue) = 162+50+50=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A23232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23232 is #5DCDCD. Grayscale: #535353. Windows color (decimal): -6147534 or 3289762. OLE color: 3289762.

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

Color convert

RGB1625050-
CMYK00.690.690.36
HSL52.83%41.57%-
HSV(B)69.14%63.53%-
XYZ16.6210.194.11-
YUV83.49109.11184-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=61.83%
G=19.08%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162505000.690.690.36052.8341.57
HexA2323204545240352a
Octal242626201051054406552
Binary101000101100101100100100010110001011001000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23232; }

 p { color: rgb(162,50,50); }

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

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

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

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

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

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

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