Html Css Color HEX #AA3433 Milano Red

📋 copy color: '#AA3433'

red 170 ◦ green 52 ◦ blue 51

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

Shades of Milano Red #AA3433

Tints of Milano Red #AA3433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.68%

R = 62.27%
G = 19.05%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA3433 (or 0xAA3433) is known color: Milano Red. HEX triplet: AA, 34 and 33. RGB value is (170,52,51). Sum of RGB (Red+Green+Blue) = 170+52+51=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3433 is #55CBCC. Grayscale: #575757. Windows color (decimal): -5622733 or 3355818. OLE color: 3355818.

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

Color convert

RGB 170 52 51 -
CMYK 0 0.69 0.7 0.33
HSL 0.5º 0.54% 0.43% -
HSV(B) 0.5º 0.7% 0.67% -
XYZ 18.4 11.24 4.33 -
YUV 87.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 170 52 51 0 0.69 0.7 0.33 0.5 0.54 0.43
Hex AA 34 33 0 45 46 21 1 36 2B
Octal 252 64 63 0 105 106 41 1 66 53
Binary 10101010 110100 110011 0 1000101 1000110 100001 1 110110 101011

Color Harmonies of #AA3433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3433

Black with #AA3433

Text Example


Text Example

White with #AA3433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3433; }

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

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

background-color css

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

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

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

border-color css

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

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

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