#A4362B

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

Shades of Milano Red #A4362B

Tints of Milano Red #A4362B

Color information

#A4362B (or 0xA4362B) is unknown color: approx Milano Red. HEX triplet: A4, 36 and 2B. RGB value is (164,54,43). Sum of RGB (Red+Green+Blue) = 164+54+43=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A4362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4362B is #5BC9D4. Grayscale: #555555. Windows color (decimal): -6015445 or 2832036. OLE color: 2832036.

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

Color convert

RGB1645443-
CMYK00.670.740.36
HSL5.45º58.45%40.59%-
HSV(B)5.45º73.78%64.31%-
XYZ17.0710.713.45-
YUV85.64103.94183.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.84%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=62.84%
G=20.69%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164544300.670.740.365.4558.4540.59
HexA4362B0434A2453a29
Octal244665301031124457251
Binary10100100110110101011010000111001010100100101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4362B; }

 p { color: rgb(164,54,43); }

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

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

 a { background-color: rgb(164,54,43); }

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

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

 span { border-color: rgb(164,54,43); }

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