Html Css Color HEX #A63631 Milano Red

📋 copy color: '#A63631'

red 166 ◦ green 54 ◦ blue 49

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

Shades of Milano Red #A63631

Tints of Milano Red #A63631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.22%

R = 61.71%
G = 20.07%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A63631 (or 0xA63631) is known color: Milano Red. HEX triplet: A6, 36 and 31. RGB value is (166,54,49). Sum of RGB (Red+Green+Blue) = 166+54+49=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A63631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63631 is #59C9CE. Grayscale: #575757. Windows color (decimal): -5884367 or 3225254. OLE color: 3225254.

HSL color Cylindrical-coordinate representation of color #A63631: hue angle of 2.56º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63631 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 49 -
CMYK 0 0.67 0.70 0.35
HSL 2.56º 0.54% 0.42% -
HSV(B) 2.56º 0.7% 0.65% -
XYZ 17.6 10.97 4.09 -
YUV 86.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 166 54 49 0 0.67 0.70 0.35 2.56 0.54 0.42
Hex A6 36 31 0 43 46 23 3 36 2A
Octal 246 66 61 0 103 106 43 3 66 52
Binary 10100110 110110 110001 0 1000011 1000110 100011 11 110110 101010

Color Harmonies of #A63631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63631

Black with #A63631

Text Example


Text Example

White with #A63631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63631; }

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

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

background-color css

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

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

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

border-color css

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

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

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