#AA2E01

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

Shades of Rust #AA2E01

Tints of Rust #AA2E01

Color information

#AA2E01 (or 0xAA2E01) is unknown color: approx Rust. HEX triplet: AA, 2E and 01. RGB value is (170,46,1). Sum of RGB (Red+Green+Blue) = 170+46+1=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E01 is #55D1FE. Grayscale: #4E4E4E. Windows color (decimal): -5624319 or 77482. OLE color: 77482.

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

Color convert

RGB170461-
CMYK00.730.990.33
HSL15.98º98.83%33.53%-
HSV(B)15.98º99.41%66.67%-
XYZ17.5610.51.13-
YUV77.9584.58193.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 78.34%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=78.34%
G=21.20%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17046100.730.990.3315.9898.8333.53
HexAA2E10496321106322
Octal2525610111143412014342
Binary101010101011101010010011100011100001100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E01; }

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

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

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

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

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

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

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

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