#AA2800

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

Shades of Rust #AA2800

Tints of Rust #AA2800

Color information

#AA2800 (or 0xAA2800) is unknown color: approx Rust. HEX triplet: AA, 28 and 00. RGB value is (170,40,0). Sum of RGB (Red+Green+Blue) = 170+40+0=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2800 is #55D7FF. Grayscale: #4A4A4A. Windows color (decimal): -5625856 or 10410. OLE color: 10410.

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

Color convert

RGB170400-
CMYK00.7610.33
HSL14.12º100%33.33%-
HSV(B)14.12º100%66.67%-
XYZ17.3410.061.03-
YUV74.3186.07196.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 80.95%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17040000.7610.3314.1210033.33
HexAA28004C6421e6421
Octal2525000114144411614441
Binary10101010101000001001100110010010000111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2800; }

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

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

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

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

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

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

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

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