#AA2901

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

Shades of Rust #AA2901

Tints of Rust #AA2901

Color information

#AA2901 (or 0xAA2901) is unknown color: approx Rust. HEX triplet: AA, 29 and 01. RGB value is (170,41,1). Sum of RGB (Red+Green+Blue) = 170+41+1=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2901 is #55D6FE. Grayscale: #4B4B4B. Windows color (decimal): -5625599 or 76202. OLE color: 76202.

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

Color convert

RGB170411-
CMYK00.760.990.33
HSL14.2º98.83%33.53%-
HSV(B)14.2º99.41%66.67%-
XYZ17.3810.131.07-
YUV75.0186.24195.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 80.19%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=80.19%
G=19.34%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17041100.760.990.3314.298.8333.53
HexAA29104C6321e6322
Octal2525110114143411614342
Binary10101010101001101001100110001110000111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2901; }

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

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

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

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

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

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

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

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