#a7332e

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

Shades of Milano Red #A7332E

Tints of Milano Red #A7332E

Color information

#A7332E (or 0xA7332E) is unknown color: approx Milano Red. HEX triplet: A7, 33 and 2E. RGB value is (167,51,46). Sum of RGB (Red+Green+Blue) = 167+51+46=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7332E is #58CCD1. Grayscale: #555555. Windows color (decimal): -5819602 or 3027879. OLE color: 3027879.

HSL color Cylindrical-coordinate representation of color #A7332E: hue angle of 2.48º degrees, saturation: 0.57, 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 #A7332E is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1675146-
CMYK00.690.720.35
HSL2.48º56.81%41.76%-
HSV(B)2.48º72.46%65.49%-
XYZ17.6110.783.74-
YUV85.11105.93186.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 63.26%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=63.26%
G=19.32%
B=17.42%

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
Decimal167514600.690.720.352.4856.8141.76
HexA7332E04548232392a
Octal247635601051104327152
Binary1010011111001110111001000101100100010001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7332e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7332e; }

 p { color: rgb(167,51,46); }

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

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

 a { background-color: rgb(167,51,46); }

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

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

 span { border-color: rgb(167,51,46); }

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