#AE2E11

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

Shades of Rust #AE2E11

Tints of Rust #AE2E11

Color information

#AE2E11 (or 0xAE2E11) is unknown color: approx Rust. HEX triplet: AE, 2E and 11. RGB value is (174,46,17). Sum of RGB (Red+Green+Blue) = 174+46+17=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2E11 is #51D1EE. Grayscale: #515151. Windows color (decimal): -5362159 or 1126062. OLE color: 1126062.

HSL color Cylindrical-coordinate representation of color #AE2E11: hue angle of 11.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2E11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1744617-
CMYK00.740.900.32
HSL11.08º82.2%37.45%-
HSV(B)11.08º90.23%68.24%-
XYZ18.5310.991.68-
YUV80.9791.91194.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=73.42%
G=19.41%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174461700.740.900.3211.0882.237.45
HexAE2E1104A5A20b5225
Octal25656210112132401312245
Binary101011101011101000101001010101101010000010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2E11; }

 p { color: rgb(174,46,17); }

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

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

 a { background-color: rgb(174,46,17); }

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

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

 span { border-color: rgb(174,46,17); }

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