#AA2D00

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

Shades of Rust #AA2D00

Tints of Rust #AA2D00

Color information

#AA2D00 (or 0xAA2D00) is unknown color: approx Rust. HEX triplet: AA, 2D and 00. RGB value is (170,45,0). Sum of RGB (Red+Green+Blue) = 170+45+0=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2D00 is #55D2FF. Grayscale: #4D4D4D. Windows color (decimal): -5624576 or 11690. OLE color: 11690.

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

Color convert

RGB170450-
CMYK00.7410.33
HSL15.88º100%33.33%-
HSV(B)15.88º100%66.67%-
XYZ17.5210.421.09-
YUV77.2484.41194.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 79.07%
GREEN value IS 45 (17.97% from 255) = 20.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.07%
G=20.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17045000.7410.3315.8810033.33
HexAA2D004A6421106421
Octal2525500112144412014441
Binary101010101011010010010101100100100001100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2D00; }

 p { color: rgb(170,45,0); }

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

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

 a { background-color: rgb(170,45,0); }

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

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

 span { border-color: rgb(170,45,0); }

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