#A3342F

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

Shades of Milano Red #A3342F

Tints of Milano Red #A3342F

Color information

#A3342F (or 0xA3342F) is unknown color: approx Milano Red. HEX triplet: A3, 34 and 2F. RGB value is (163,52,47). Sum of RGB (Red+Green+Blue) = 163+52+47=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3342F is #5CCBD0. Grayscale: #545454. Windows color (decimal): -6081489 or 3093667. OLE color: 3093667.

HSL color Cylindrical-coordinate representation of color #A3342F: hue angle of 2.59º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3342F is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1635247-
CMYK00.680.710.36
HSL2.59º55.24%41.18%-
HSV(B)2.59º71.17%63.92%-
XYZ16.8510.453.82-
YUV84.62106.77183.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.21%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=62.21%
G=19.85%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163524700.680.710.362.5955.2441.18
HexA3342F044472433729
Octal243645701041074436751
Binary1010001111010010111101000100100011110010011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3342F; }

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

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

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

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

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

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

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

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