Html Css Color HEX #A63729 Milano Red

📋 copy color: '#A63729'

red 166 ◦ green 55 ◦ blue 41

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

Shades of Milano Red #A63729

Tints of Milano Red #A63729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 63.36%
G = 20.99%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A63729 (or 0xA63729) is known color: Milano Red. HEX triplet: A6, 37 and 29. RGB value is (166,55,41). Sum of RGB (Red+Green+Blue) = 166+55+41=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A63729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63729 is #59C8D6. Grayscale: #565656. Windows color (decimal): -5884119 or 2701222. OLE color: 2701222.

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

Color convert

RGB 166 55 41 -
CMYK 0 0.67 0.75 0.35
HSL 6.72º 0.6% 0.41% -
HSV(B) 6.72º 0.75% 0.65% -
XYZ 17.49 11 3.3 -
YUV 86.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 166 55 41 0 0.67 0.75 0.35 6.72 0.6 0.41
Hex A6 37 29 0 43 4B 23 7 3C 29
Octal 246 67 51 0 103 113 43 7 74 51
Binary 10100110 110111 101001 0 1000011 1001011 100011 111 111100 101001

Color Harmonies of #A63729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63729

Black with #A63729

Text Example


Text Example

White with #A63729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63729; }

 p { color: rgb(166,55,41); }

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

background-color css

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

 a { background-color: rgb(166,55,41); }

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

border-color css

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

 span { border-color: rgb(166,55,41); }

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