#AA401D

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

Shades of Rust #AA401D

Tints of Rust #AA401D

Color information

#AA401D (or 0xAA401D) is unknown color: approx Rust. HEX triplet: AA, 40 and 1D. RGB value is (170,64,29). Sum of RGB (Red+Green+Blue) = 170+64+29=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA401D is #55BFE2. Grayscale: #5B5B5B. Windows color (decimal): -5619683 or 1917098. OLE color: 1917098.

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

Color convert

RGB1706429-
CMYK00.620.830.33
HSL14.89º70.85%39.02%-
HSV(B)14.89º82.94%66.67%-
XYZ18.6312.32.55-
YUV91.792.62183.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.64%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=64.64%
G=24.33%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170642900.620.830.3314.8970.8539.02
HexAA401D03E5321f4727
Octal25210035076123411710747
Binary101010101000000111010111110101001110000111111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA401D; }

 p { color: rgb(170,64,29); }

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

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

 a { background-color: rgb(170,64,29); }

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

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

 span { border-color: rgb(170,64,29); }

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