#AA3101

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

Shades of Rust #AA3101

Tints of Rust #AA3101

Color information

#AA3101 (or 0xAA3101) is unknown color: approx Rust. HEX triplet: AA, 31 and 01. RGB value is (170,49,1). Sum of RGB (Red+Green+Blue) = 170+49+1=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3101 is #55CEFE. Grayscale: #505050. Windows color (decimal): -5623551 or 78250. OLE color: 78250.

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

Color convert

RGB170491-
CMYK00.710.990.33
HSL17.04º98.83%33.53%-
HSV(B)17.04º99.41%66.67%-
XYZ17.6810.741.17-
YUV79.7183.59192.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 77.27%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=77.27%
G=22.27%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17049100.710.990.3317.0498.8333.53
HexAA3110476321116322
Octal2526110107143412114342
Binary101010101100011010001111100011100001100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3101; }

 p { color: rgb(170,49,1); }

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

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

 a { background-color: rgb(170,49,1); }

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

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

 span { border-color: rgb(170,49,1); }

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