#A23430

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

Shades of Milano Red #A23430

Tints of Milano Red #A23430

Color information

#A23430 (or 0xA23430) is unknown color: approx Milano Red. HEX triplet: A2, 34 and 30. RGB value is (162,52,48). Sum of RGB (Red+Green+Blue) = 162+52+48=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A23430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23430 is #5DCBCF. Grayscale: #545454. Windows color (decimal): -6147024 or 3159202. OLE color: 3159202.

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

Color convert

RGB1625248-
CMYK00.680.700.36
HSL2.11º54.29%41.18%-
HSV(B)2.11º70.37%63.53%-
XYZ16.6610.353.92-
YUV84.43107.44183.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=61.83%
G=19.85%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162524800.680.700.362.1154.2941.18
HexA23430044462423629
Octal242646001041064426651
Binary1010001011010011000001000100100011010010010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23430; }

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

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

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

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

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

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

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

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