#A23C30

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

Shades of Milano Red #A23C30

Tints of Milano Red #A23C30

Color information

#A23C30 (or 0xA23C30) is unknown color: approx Milano Red. HEX triplet: A2, 3C and 30. RGB value is (162,60,48). Sum of RGB (Red+Green+Blue) = 162+60+48=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C30 is #5DC3CF. Grayscale: #595959. Windows color (decimal): -6144976 or 3161250. OLE color: 3161250.

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

Color convert

RGB1626048-
CMYK00.630.700.36
HSL6.32º54.29%41.18%-
HSV(B)6.32º70.37%63.53%-
XYZ17.0511.134.05-
YUV89.13104.79179.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=60%
G=22.22%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162604800.630.700.366.3254.2941.18
HexA23C3003F462463629
Octal24274600771064466651
Binary1010001011110011000001111111000110100100110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C30; }

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

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

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

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

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

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

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

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