Html Css Color HEX #A6392F Milano Red

📋 copy color: '#A6392F'

red 166 ◦ green 57 ◦ blue 47

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

Shades of Milano Red #A6392F

Tints of Milano Red #A6392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 61.48%
G = 21.11%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6392F (or 0xA6392F) is known color: Milano Red. HEX triplet: A6, 39 and 2F. RGB value is (166,57,47). Sum of RGB (Red+Green+Blue) = 166+57+47=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A6392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6392F is #59C6D0. Grayscale: #585858. Windows color (decimal): -5883601 or 3094950. OLE color: 3094950.

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

Color convert

RGB 166 57 47 -
CMYK 0 0.66 0.72 0.35
HSL 5.04º 0.56% 0.42% -
HSV(B) 5.04º 0.72% 0.65% -
XYZ 17.7 11.24 3.93 -
YUV 88.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 166 57 47 0 0.66 0.72 0.35 5.04 0.56 0.42
Hex A6 39 2F 0 42 48 23 5 38 2A
Octal 246 71 57 0 102 110 43 5 70 52
Binary 10100110 111001 101111 0 1000010 1001000 100011 101 111000 101010

Color Harmonies of #A6392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6392F

Black with #A6392F

Text Example


Text Example

White with #A6392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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