#AA2500

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

Shades of Rust #AA2500

Tints of Rust #AA2500

Color information

#AA2500 (or 0xAA2500) is unknown color: approx Rust. HEX triplet: AA, 25 and 00. RGB value is (170,37,0). Sum of RGB (Red+Green+Blue) = 170+37+0=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2500 is #55DAFF. Grayscale: #484848. Windows color (decimal): -5626624 or 9642. OLE color: 9642.

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

Color convert

RGB170370-
CMYK00.7810.33
HSL13.06º100%33.33%-
HSV(B)13.06º100%66.67%-
XYZ17.249.871-
YUV72.5587.06197.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.13%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.13%
G=17.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17037000.7810.3313.0610033.33
HexAA25004E6421d6421
Octal2524500116144411514441
Binary10101010100101001001110110010010000111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2500; }

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

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

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

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

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

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

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

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