Html Css Color HEX #AA3431 Milano Red

📋 copy color: '#AA3431'

red 170 ◦ green 52 ◦ blue 49

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

Shades of Milano Red #AA3431

Tints of Milano Red #AA3431

RGB

 RED value IS 170 (66.8% from 255) = 62.73%

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 62.73%
G = 19.19%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3431 (or 0xAA3431) is known color: Milano Red. HEX triplet: AA, 34 and 31. RGB value is (170,52,49). Sum of RGB (Red+Green+Blue) = 170+52+49=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3431 is #55CBCE. Grayscale: #575757. Windows color (decimal): -5622735 or 3224746. OLE color: 3224746.

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

Color convert

RGB 170 52 49 -
CMYK 0 0.69 0.71 0.33
HSL 1.49º 0.55% 0.43% -
HSV(B) 1.49º 0.71% 0.67% -
XYZ 18.36 11.22 4.1 -
YUV 86.94 106.59 187.24 -
System Red Green Blue C M Y K H S L
Decimal 170 52 49 0 0.69 0.71 0.33 1.49 0.55 0.43
Hex AA 34 31 0 45 47 21 1 37 2B
Octal 252 64 61 0 105 107 41 1 67 53
Binary 10101010 110100 110001 0 1000101 1000111 100001 1 110111 101011

Color Harmonies of #AA3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3431

Black with #AA3431

Text Example


Text Example

White with #AA3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3431; }

 p { color: rgb(170,52,49); }

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

background-color css

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

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

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

border-color css

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

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

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