#AA3B11

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

Shades of Rust #AA3B11

Tints of Rust #AA3B11

Color information

#AA3B11 (or 0xAA3B11) is unknown color: approx Rust. HEX triplet: AA, 3B and 11. RGB value is (170,59,17). Sum of RGB (Red+Green+Blue) = 170+59+17=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B11 is #55C4EE. Grayscale: #575757. Windows color (decimal): -5620975 or 1129386. OLE color: 1129386.

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

Color convert

RGB1705917-
CMYK00.650.90.33
HSL16.47º81.82%36.67%-
HSV(B)16.47º90%66.67%-
XYZ18.2411.711.83-
YUV87.488.27186.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.11%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=69.11%
G=23.98%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170591700.650.90.3316.4781.8236.67
HexAA3B110415A21105225
Octal25273210101132412012245
Binary1010101011101110001010000011011010100001100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B11; }

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

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

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

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

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

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

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

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