Html Css Color HEX #A63629 Milano Red

📋 copy color: '#A63629'

red 166 ◦ green 54 ◦ blue 41

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

Shades of Milano Red #A63629

Tints of Milano Red #A63629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 63.6%
G = 20.69%
B = 15.71%

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

#A63629 (or 0xA63629) is known color: Milano Red. HEX triplet: A6, 36 and 29. RGB value is (166,54,41). Sum of RGB (Red+Green+Blue) = 166+54+41=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A63629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63629 is #59C9D6. Grayscale: #565656. Windows color (decimal): -5884375 or 2700966. OLE color: 2700966.

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

Color convert

RGB 166 54 41 -
CMYK 0 0.67 0.75 0.35
HSL 6.24º 0.6% 0.41% -
HSV(B) 6.24º 0.75% 0.65% -
XYZ 17.45 10.91 3.28 -
YUV 86.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 166 54 41 0 0.67 0.75 0.35 6.24 0.6 0.41
Hex A6 36 29 0 43 4B 23 6 3C 29
Octal 246 66 51 0 103 113 43 6 74 51
Binary 10100110 110110 101001 0 1000011 1001011 100011 110 111100 101001

Color Harmonies of #A63629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63629

Black with #A63629

Text Example


Text Example

White with #A63629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63629; }

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

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

background-color css

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

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

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

border-color css

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

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

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