#AA290B

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

Shades of Rust #AA290B

Tints of Rust #AA290B

Color information

#AA290B (or 0xAA290B) is unknown color: approx Rust. HEX triplet: AA, 29 and 0B. RGB value is (170,41,11). Sum of RGB (Red+Green+Blue) = 170+41+11=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA290B is #55D6F4. Grayscale: #4C4C4C. Windows color (decimal): -5625589 or 731562. OLE color: 731562.

HSL color Cylindrical-coordinate representation of color #AA290B: hue angle of 11.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1704111-
CMYK00.760.940.33
HSL11.32º87.85%35.49%-
HSV(B)11.32º93.53%66.67%-
XYZ17.4310.161.36-
YUV76.1591.24194.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.58%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=76.58%
G=18.47%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170411100.760.940.3311.3287.8535.49
HexAA29B04C5E21b5823
Octal25251130114136411313043
Binary10101010101001101101001100101111010000110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA290B; }

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

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

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

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

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

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

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

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