Html Css Color HEX #AA342F Milano Red

📋 copy color: '#AA342F'

red 170 ◦ green 52 ◦ blue 47

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

Shades of Milano Red #AA342F

Tints of Milano Red #AA342F

RGB

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

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

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

R = 63.2%
G = 19.33%
B = 17.47%

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

#AA342F (or 0xAA342F) is known color: Milano Red. HEX triplet: AA, 34 and 2F. RGB value is (170,52,47). Sum of RGB (Red+Green+Blue) = 170+52+47=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA342F is #55CBD0. Grayscale: #565656. Windows color (decimal): -5622737 or 3093674. OLE color: 3093674.

HSL color Cylindrical-coordinate representation of color #AA342F: hue angle of 2.44º 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 #AA342F is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 47 -
CMYK 0 0.69 0.72 0.33
HSL 2.44º 0.57% 0.43% -
HSV(B) 2.44º 0.72% 0.67% -
XYZ 18.32 11.21 3.89 -
YUV 86.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 170 52 47 0 0.69 0.72 0.33 2.44 0.57 0.43
Hex AA 34 2F 0 45 48 21 2 39 2B
Octal 252 64 57 0 105 110 41 2 71 53
Binary 10101010 110100 101111 0 1000101 1001000 100001 10 111001 101011

Color Harmonies of #AA342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA342F

Black with #AA342F

Text Example


Text Example

White with #AA342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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