Html Css Color HEX #A6342D Milano Red

📋 copy color: '#A6342D'

red 166 ◦ green 52 ◦ blue 45

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

Shades of Milano Red #A6342D

Tints of Milano Red #A6342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 63.12%
G = 19.77%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6342D (or 0xA6342D) is known color: Milano Red. HEX triplet: A6, 34 and 2D. RGB value is (166,52,45). Sum of RGB (Red+Green+Blue) = 166+52+45=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6342D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6342D is #59CBD2. Grayscale: #555555. Windows color (decimal): -5884883 or 2962598. OLE color: 2962598.

HSL color Cylindrical-coordinate representation of color #A6342D: hue angle of 3.47º degrees, saturation: 0.57, 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 #A6342D is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 45 -
CMYK 0 0.69 0.73 0.35
HSL 3.47º 0.57% 0.41% -
HSV(B) 3.47º 0.73% 0.65% -
XYZ 17.43 10.75 3.64 -
YUV 85.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 166 52 45 0 0.69 0.73 0.35 3.47 0.57 0.41
Hex A6 34 2D 0 45 49 23 3 39 29
Octal 246 64 55 0 105 111 43 3 71 51
Binary 10100110 110100 101101 0 1000101 1001001 100011 11 111001 101001

Color Harmonies of #A6342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6342D

Black with #A6342D

Text Example


Text Example

White with #A6342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6342D; }

 p { color: rgb(166,52,45); }

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

background-color css

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

 a { background-color: rgb(166,52,45); }

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

border-color css

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

 span { border-color: rgb(166,52,45); }

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