Html Css Color HEX #AA3530 Milano Red

📋 copy color: '#AA3530'

red 170 ◦ green 53 ◦ blue 48

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

Shades of Milano Red #AA3530

Tints of Milano Red #AA3530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 62.73%
G = 19.56%
B = 17.71%

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

#AA3530 (or 0xAA3530) is known color: Milano Red. HEX triplet: AA, 35 and 30. RGB value is (170,53,48). Sum of RGB (Red+Green+Blue) = 170+53+48=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3530 is #55CACF. Grayscale: #575757. Windows color (decimal): -5622480 or 3159466. OLE color: 3159466.

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

Color convert

RGB 170 53 48 -
CMYK 0 0.69 0.72 0.33
HSL 2.46º 0.56% 0.43% -
HSV(B) 2.46º 0.72% 0.67% -
XYZ 18.38 11.31 4.01 -
YUV 87.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 170 53 48 0 0.69 0.72 0.33 2.46 0.56 0.43
Hex AA 35 30 0 45 48 21 2 38 2B
Octal 252 65 60 0 105 110 41 2 70 53
Binary 10101010 110101 110000 0 1000101 1001000 100001 10 111000 101011

Color Harmonies of #AA3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3530

Black with #AA3530

Text Example


Text Example

White with #AA3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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