#AA3011

Color #AA3011 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AA3011

Tints of Rust #AA3011

Color information

#AA3011 (or 0xAA3011) is unknown color: approx Rust. HEX triplet: AA, 30 and 11. RGB value is (170,48,17). Sum of RGB (Red+Green+Blue) = 170+48+17=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3011 is #55CFEE. Grayscale: #515151. Windows color (decimal): -5623791 or 1126570. OLE color: 1126570.

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

Color convert

RGB1704817-
CMYK00.720.90.33
HSL12.16º81.82%36.67%-
HSV(B)12.16º90%66.67%-
XYZ17.7410.71.66-
YUV80.9491.92191.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.34%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=72.34%
G=20.43%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170481700.720.90.3312.1681.8236.67
HexAA30110485A21c5225
Octal25260210110132411412245
Binary101010101100001000101001000101101010000111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3011; }

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

 H1.HeaderClassName
 {
   color: #AA3011;
 }
 .AnyTagClassName
 {
   color: #AA3011;
 }
</style>
background-color css

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

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

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

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

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

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