#A23030

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

Shades of Milano Red #A23030

Tints of Milano Red #A23030

Color information

#A23030 (or 0xA23030) is unknown color: approx Milano Red. HEX triplet: A2, 30 and 30. RGB value is (162,48,48). Sum of RGB (Red+Green+Blue) = 162+48+48=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A23030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23030 is #5DCFCF. Grayscale: #525252. Windows color (decimal): -6148048 or 3158178. OLE color: 3158178.

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

Color convert

RGB1624848-
CMYK00.700.700.36
HSL54.29%41.18%-
HSV(B)70.37%63.53%-
XYZ16.4910.013.86-
YUV82.09108.77185-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=62.79%
G=18.60%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162484800.700.700.36054.2941.18
HexA23030046462403629
Octal242606001061064406651
Binary101000101100001100000100011010001101001000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23030; }

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

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

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

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

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

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

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

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