Html Css Color HEX #A6382D Milano Red

📋 copy color: '#A6382D'

red 166 ◦ green 56 ◦ blue 45

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

Shades of Milano Red #A6382D

Tints of Milano Red #A6382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 62.17%
G = 20.97%
B = 16.85%

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

#A6382D (or 0xA6382D) is known color: Milano Red. HEX triplet: A6, 38 and 2D. RGB value is (166,56,45). Sum of RGB (Red+Green+Blue) = 166+56+45=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A6382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6382D is #59C7D2. Grayscale: #575757. Windows color (decimal): -5883859 or 2963622. OLE color: 2963622.

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

Color convert

RGB 166 56 45 -
CMYK 0 0.66 0.73 0.35
HSL 5.45º 0.57% 0.41% -
HSV(B) 5.45º 0.73% 0.65% -
XYZ 17.61 11.12 3.7 -
YUV 87.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 166 56 45 0 0.66 0.73 0.35 5.45 0.57 0.41
Hex A6 38 2D 0 42 49 23 5 39 29
Octal 246 70 55 0 102 111 43 5 71 51
Binary 10100110 111000 101101 0 1000010 1001001 100011 101 111001 101001

Color Harmonies of #A6382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6382D

Black with #A6382D

Text Example


Text Example

White with #A6382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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