Html Css Color HEX #A4392D Milano Red

📋 copy color: '#A4392D'

red 164 ◦ green 57 ◦ blue 45

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

Shades of Milano Red #A4392D

Tints of Milano Red #A4392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 61.65%
G = 21.43%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4392D (or 0xA4392D) is known color: Milano Red. HEX triplet: A4, 39 and 2D. RGB value is (164,57,45). Sum of RGB (Red+Green+Blue) = 164+57+45=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A4392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4392D is #5BC6D2. Grayscale: #575757. Windows color (decimal): -6014675 or 2963876. OLE color: 2963876.

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

Color convert

RGB 164 57 45 -
CMYK 0 0.65 0.73 0.36
HSL 6.05º 0.57% 0.41% -
HSV(B) 6.05º 0.73% 0.64% -
XYZ 17.25 11.01 3.7 -
YUV 87.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 164 57 45 0 0.65 0.73 0.36 6.05 0.57 0.41
Hex A4 39 2D 0 41 49 24 6 39 29
Octal 244 71 55 0 101 111 44 6 71 51
Binary 10100100 111001 101101 0 1000001 1001001 100100 110 111001 101001

Color Harmonies of #A4392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4392D

Black with #A4392D

Text Example


Text Example

White with #A4392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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