Html Css Color HEX #A4392E Milano Red

📋 copy color: '#A4392E'

red 164 ◦ green 57 ◦ blue 46

#A4392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milano Red #A4392E

Tints of Milano Red #A4392E

RGB

 RED value IS 164 (64.45% from 255) = 61.42%

 GREEN value IS 57 (22.66% from 255) = 21.35%

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 61.42%
G = 21.35%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4392E (or 0xA4392E) is known color: Milano Red. HEX triplet: A4, 39 and 2E. RGB value is (164,57,46). Sum of RGB (Red+Green+Blue) = 164+57+46=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A4392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4392E is #5BC6D1. Grayscale: #575757. Windows color (decimal): -6014674 or 3029412. OLE color: 3029412.

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

Color convert

RGB 164 57 46 -
CMYK 0 0.65 0.72 0.36
HSL 5.59º 0.56% 0.41% -
HSV(B) 5.59º 0.72% 0.64% -
XYZ 17.27 11.02 3.8 -
YUV 87.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 164 57 46 0 0.65 0.72 0.36 5.59 0.56 0.41
Hex A4 39 2E 0 41 48 24 6 38 29
Octal 244 71 56 0 101 110 44 6 70 51
Binary 10100100 111001 101110 0 1000001 1001000 100100 110 111000 101001

Color Harmonies of #A4392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4392E

Black with #A4392E

Text Example


Text Example

White with #A4392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4392E; }

 p { color: rgb(164,57,46); }

 H1.HeaderClassName
 {
   color: #A4392E;
 }
 .AnyTagClassName
 {
   color: #A4392E;
 }
</style>

background-color css

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

 a { background-color: rgb(164,57,46); }

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

border-color css

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

 span { border-color: rgb(164,57,46); }

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