#A6342F

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

Shades of Milano Red #A6342F

Tints of Milano Red #A6342F

Color information

#A6342F (or 0xA6342F) is unknown color: approx Milano Red. HEX triplet: A6, 34 and 2F. RGB value is (166,52,47). Sum of RGB (Red+Green+Blue) = 166+52+47=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6342F is #59CBD0. Grayscale: #555555. Windows color (decimal): -5884881 or 3093670. OLE color: 3093670.

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

Color convert

RGB1665247-
CMYK00.690.720.35
HSL2.52º55.87%41.76%-
HSV(B)2.52º71.69%65.1%-
XYZ17.4710.773.85-
YUV85.52106.27185.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 47 (18.75% from 255) = 17.74%
R=62.64%
G=19.62%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166524700.690.720.352.5255.8741.76
HexA6342F04548233382a
Octal246645701051104337052
Binary1010011011010010111101000101100100010001111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6342F; }

 p { color: rgb(166,52,47); }

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

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

 a { background-color: rgb(166,52,47); }

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

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

 span { border-color: rgb(166,52,47); }

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