#AA320E

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

Shades of Rust #AA320E

Tints of Rust #AA320E

Color information

#AA320E (or 0xAA320E) is unknown color: approx Rust. HEX triplet: AA, 32 and 0E. RGB value is (170,50,14). Sum of RGB (Red+Green+Blue) = 170+50+14=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320E is #55CDF1. Grayscale: #525252. Windows color (decimal): -5623282 or 930474. OLE color: 930474.

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

Color convert

RGB1705014-
CMYK00.710.920.33
HSL13.85º84.78%36.08%-
HSV(B)13.85º91.76%66.67%-
XYZ17.810.861.57-
YUV81.7889.76190.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 14 (5.86% from 255) = 5.98%
R=72.65%
G=21.37%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170501400.710.920.3313.8584.7836.08
HexAA32E0475C21e5524
Octal25262160107134411612544
Binary10101010110010111001000111101110010000111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA320E; }

 p { color: rgb(170,50,14); }

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

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

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

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

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

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

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