Html Css Color HEX #AA3535 Milano Red

📋 copy color: '#AA3535'

red 170 ◦ green 53 ◦ blue 53

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

Shades of Milano Red #AA3535

Tints of Milano Red #AA3535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.2%

R = 61.59%
G = 19.2%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3535 (or 0xAA3535) is known color: Milano Red. HEX triplet: AA, 35 and 35. RGB value is (170,53,53). Sum of RGB (Red+Green+Blue) = 170+53+53=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3535 is #55CACA. Grayscale: #585858. Windows color (decimal): -5622475 or 3487146. OLE color: 3487146.

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

Color convert

RGB 170 53 53 -
CMYK 0 0.69 0.69 0.33
HSL 0.52% 0.44% -
HSV(B) 0.69% 0.67% -
XYZ 18.49 11.35 4.58 -
YUV 87.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 170 53 53 0 0.69 0.69 0.33 0 0.52 0.44
Hex AA 35 35 0 45 45 21 0 34 2C
Octal 252 65 65 0 105 105 41 0 64 54
Binary 10101010 110101 110101 0 1000101 1000101 100001 0 110100 101100

Color Harmonies of #AA3535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3535

Black with #AA3535

Text Example


Text Example

White with #AA3535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3535; }

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

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

background-color css

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

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

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

border-color css

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

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

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