#A2392B

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

Shades of Milano Red #A2392B

Tints of Milano Red #A2392B

Color information

#A2392B (or 0xA2392B) is unknown color: approx Milano Red. HEX triplet: A2, 39 and 2B. RGB value is (162,57,43). Sum of RGB (Red+Green+Blue) = 162+57+43=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A2392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2392B is #5DC6D4. Grayscale: #565656. Windows color (decimal): -6145749 or 2832802. OLE color: 2832802.

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

Color convert

RGB1625743-
CMYK00.650.730.36
HSL7.06º58.05%40.2%-
HSV(B)7.06º73.46%63.53%-
XYZ16.810.783.48-
YUV86.8103.29181.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=61.83%
G=21.76%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162574300.650.730.367.0658.0540.2
HexA2392B041492473a28
Octal242715301011114477250
Binary10100010111001101011010000011001001100100111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2392B; }

 p { color: rgb(162,57,43); }

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

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

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

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

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

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

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