#AA390F

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

Shades of Rust #AA390F

Tints of Rust #AA390F

Color information

#AA390F (or 0xAA390F) is unknown color: approx Rust. HEX triplet: AA, 39 and 0F. RGB value is (170,57,15). Sum of RGB (Red+Green+Blue) = 170+57+15=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA390F is #55C6F0. Grayscale: #565656. Windows color (decimal): -5621489 or 997802. OLE color: 997802.

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

Color convert

RGB1705715-
CMYK00.660.910.33
HSL16.26º83.78%36.27%-
HSV(B)16.26º91.18%66.67%-
XYZ18.1311.511.72-
YUV8687.94187.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.25%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=70.25%
G=23.55%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170571500.660.910.3316.2683.7836.27
HexAA39F0425B21105424
Octal25271170102133412012444
Binary101010101110011111010000101011011100001100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA390F; }

 p { color: rgb(170,57,15); }

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

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

 a { background-color: rgb(170,57,15); }

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

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

 span { border-color: rgb(170,57,15); }

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