#AA2A00

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

Shades of Rust #AA2A00

Tints of Rust #AA2A00

Color information

#AA2A00 (or 0xAA2A00) is unknown color: approx Rust. HEX triplet: AA, 2A and 00. RGB value is (170,42,0). Sum of RGB (Red+Green+Blue) = 170+42+0=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A00 is #55D5FF. Grayscale: #4B4B4B. Windows color (decimal): -5625344 or 10922. OLE color: 10922.

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

Color convert

RGB170420-
CMYK00.7510.33
HSL14.82º100%33.33%-
HSV(B)14.82º100%66.67%-
XYZ17.4110.21.05-
YUV75.4885.41195.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 80.19%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.19%
G=19.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17042000.7510.3314.8210033.33
HexAA2A004B6421f6421
Octal2525200113144411714441
Binary10101010101010001001011110010010000111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2A00; }

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

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

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

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

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

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

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

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