#AA2801

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

Shades of Rust #AA2801

Tints of Rust #AA2801

Color information

#AA2801 (or 0xAA2801) is unknown color: approx Rust. HEX triplet: AA, 28 and 01. RGB value is (170,40,1). Sum of RGB (Red+Green+Blue) = 170+40+1=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2801 is #55D7FE. Grayscale: #4A4A4A. Windows color (decimal): -5625855 or 75946. OLE color: 75946.

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

Color convert

RGB170401-
CMYK00.760.990.33
HSL13.85º98.83%33.53%-
HSV(B)13.85º99.41%66.67%-
XYZ17.3410.071.06-
YUV74.4286.57196.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 80.57%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=80.57%
G=18.96%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17040100.760.990.3313.8598.8333.53
HexAA28104C6321e6322
Octal2525010114143411614342
Binary10101010101000101001100110001110000111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2801; }

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

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

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

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

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

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

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

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