#AE290B

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

Shades of Rust #AE290B

Tints of Rust #AE290B

Color information

#AE290B (or 0xAE290B) is unknown color: approx Rust. HEX triplet: AE, 29 and 0B. RGB value is (174,41,11). Sum of RGB (Red+Green+Blue) = 174+41+11=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE290B is #51D6F4. Grayscale: #4D4D4D. Windows color (decimal): -5363445 or 731566. OLE color: 731566.

HSL color Cylindrical-coordinate representation of color #AE290B: hue angle of 11.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1744111-
CMYK00.760.940.32
HSL11.04º88.11%36.27%-
HSV(B)11.04º93.68%68.24%-
XYZ18.3110.611.4-
YUV77.3590.56196.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.99%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=76.99%
G=18.14%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174411100.760.940.3211.0488.1136.27
HexAE29B04C5E20b5824
Octal25651130114136401313044
Binary10101110101001101101001100101111010000010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE290B; }

 p { color: rgb(174,41,11); }

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

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

 a { background-color: rgb(174,41,11); }

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

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

 span { border-color: rgb(174,41,11); }

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