Html Css Color HEX #A6392C Milano Red

📋 copy color: '#A6392C'

red 166 ◦ green 57 ◦ blue 44

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

Shades of Milano Red #A6392C

Tints of Milano Red #A6392C

RGB

 RED value IS 166 (65.23% from 255) = 62.17%

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

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 62.17%
G = 21.35%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6392C (or 0xA6392C) is known color: Milano Red. HEX triplet: A6, 39 and 2C. RGB value is (166,57,44). Sum of RGB (Red+Green+Blue) = 166+57+44=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6392C is #59C6D3. Grayscale: #585858. Windows color (decimal): -5883604 or 2898342. OLE color: 2898342.

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

Color convert

RGB 166 57 44 -
CMYK 0 0.66 0.73 0.35
HSL 6.39º 0.58% 0.41% -
HSV(B) 6.39º 0.73% 0.65% -
XYZ 17.64 11.22 3.62 -
YUV 88.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 166 57 44 0 0.66 0.73 0.35 6.39 0.58 0.41
Hex A6 39 2C 0 42 49 23 6 3A 29
Octal 246 71 54 0 102 111 43 6 72 51
Binary 10100110 111001 101100 0 1000010 1001001 100011 110 111010 101001

Color Harmonies of #A6392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6392C

Black with #A6392C

Text Example


Text Example

White with #A6392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6392C; }

 p { color: rgb(166,57,44); }

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

background-color css

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

 a { background-color: rgb(166,57,44); }

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

border-color css

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

 span { border-color: rgb(166,57,44); }

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