Html Css Color HEX #AA3430 Milano Red

📋 copy color: '#AA3430'

red 170 ◦ green 52 ◦ blue 48

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

Shades of Milano Red #AA3430

Tints of Milano Red #AA3430

RGB

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

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

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

R = 62.96%
G = 19.26%
B = 17.78%

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

#AA3430 (or 0xAA3430) is known color: Milano Red. HEX triplet: AA, 34 and 30. RGB value is (170,52,48). Sum of RGB (Red+Green+Blue) = 170+52+48=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3430 is #55CBCF. Grayscale: #565656. Windows color (decimal): -5622736 or 3159210. OLE color: 3159210.

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

Color convert

RGB 170 52 48 -
CMYK 0 0.69 0.72 0.33
HSL 1.97º 0.56% 0.43% -
HSV(B) 1.97º 0.72% 0.67% -
XYZ 18.34 11.22 3.99 -
YUV 86.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 170 52 48 0 0.69 0.72 0.33 1.97 0.56 0.43
Hex AA 34 30 0 45 48 21 2 38 2B
Octal 252 64 60 0 105 110 41 2 70 53
Binary 10101010 110100 110000 0 1000101 1001000 100001 10 111000 101011

Color Harmonies of #AA3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3430

Black with #AA3430

Text Example


Text Example

White with #AA3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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