Html Css Color HEX #A73131 Milano Red

📋 copy color: '#A73131'

red 167 ◦ green 49 ◦ blue 49

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

Shades of Milano Red #A73131

Tints of Milano Red #A73131

RGB

 RED value IS 167 (65.63% from 255) = 63.02%

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

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

R = 63.02%
G = 18.49%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A73131 (or 0xA73131) is known color: Milano Red. HEX triplet: A7, 31 and 31. RGB value is (167,49,49). Sum of RGB (Red+Green+Blue) = 167+49+49=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A73131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73131 is #58CECE. Grayscale: #545454. Windows color (decimal): -5820111 or 3223975. OLE color: 3223975.

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

Color convert

RGB 167 49 49 -
CMYK 0 0.71 0.71 0.35
HSL 0.55% 0.42% -
HSV(B) 0.71% 0.65% -
XYZ 17.59 10.63 4.03 -
YUV 84.28 108.09 187 -
System Red Green Blue C M Y K H S L
Decimal 167 49 49 0 0.71 0.71 0.35 0 0.55 0.42
Hex A7 31 31 0 47 47 23 0 37 2A
Octal 247 61 61 0 107 107 43 0 67 52
Binary 10100111 110001 110001 0 1000111 1000111 100011 0 110111 101010

Color Harmonies of #A73131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73131

Black with #A73131

Text Example


Text Example

White with #A73131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73131; }

 p { color: rgb(167,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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