Html Css Color HEX #AA352F Milano Red

📋 copy color: '#AA352F'

red 170 ◦ green 53 ◦ blue 47

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

Shades of Milano Red #AA352F

Tints of Milano Red #AA352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 62.96%
G = 19.63%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA352F (or 0xAA352F) is known color: Milano Red. HEX triplet: AA, 35 and 2F. RGB value is (170,53,47). Sum of RGB (Red+Green+Blue) = 170+53+47=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA352F is #55CAD0. Grayscale: #575757. Windows color (decimal): -5622481 or 3093930. OLE color: 3093930.

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

Color convert

RGB 170 53 47 -
CMYK 0 0.69 0.72 0.33
HSL 2.93º 0.57% 0.43% -
HSV(B) 2.93º 0.72% 0.67% -
XYZ 18.36 11.3 3.9 -
YUV 87.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 170 53 47 0 0.69 0.72 0.33 2.93 0.57 0.43
Hex AA 35 2F 0 45 48 21 3 39 2B
Octal 252 65 57 0 105 110 41 3 71 53
Binary 10101010 110101 101111 0 1000101 1001000 100001 11 111001 101011

Color Harmonies of #AA352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA352F

Black with #AA352F

Text Example


Text Example

White with #AA352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA352F; }

 p { color: rgb(170,53,47); }

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

background-color css

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

 a { background-color: rgb(170,53,47); }

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

border-color css

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

 span { border-color: rgb(170,53,47); }

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