Html Css Color HEX #A63231 Milano Red

📋 copy color: '#A63231'

red 166 ◦ green 50 ◦ blue 49

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

Shades of Milano Red #A63231

Tints of Milano Red #A63231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 62.64%
G = 18.87%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A63231 (or 0xA63231) is known color: Milano Red. HEX triplet: A6, 32 and 31. RGB value is (166,50,49). Sum of RGB (Red+Green+Blue) = 166+50+49=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A63231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63231 is #59CDCE. Grayscale: #545454. Windows color (decimal): -5885391 or 3224230. OLE color: 3224230.

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

Color convert

RGB 166 50 49 -
CMYK 0 0.70 0.70 0.35
HSL 0.51º 0.54% 0.42% -
HSV(B) 0.51º 0.7% 0.65% -
XYZ 17.42 10.61 4.04 -
YUV 84.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 166 50 49 0 0.70 0.70 0.35 0.51 0.54 0.42
Hex A6 32 31 0 46 46 23 1 36 2A
Octal 246 62 61 0 106 106 43 1 66 52
Binary 10100110 110010 110001 0 1000110 1000110 100011 1 110110 101010

Color Harmonies of #A63231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63231

Black with #A63231

Text Example


Text Example

White with #A63231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63231; }

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

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

background-color css

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

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

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

border-color css

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

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

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