#AE2D11

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

Shades of Rust #AE2D11

Tints of Rust #AE2D11

Color information

#AE2D11 (or 0xAE2D11) is unknown color: approx Rust. HEX triplet: AE, 2D and 11. RGB value is (174,45,17). Sum of RGB (Red+Green+Blue) = 174+45+17=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2D11 is #51D2EE. Grayscale: #505050. Windows color (decimal): -5362415 or 1125806. OLE color: 1125806.

HSL color Cylindrical-coordinate representation of color #AE2D11: hue angle of 10.7º 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 #AE2D11 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1744517-
CMYK00.740.900.32
HSL10.7º82.2%37.45%-
HSV(B)10.7º90.23%68.24%-
XYZ18.510.921.66-
YUV80.3892.24194.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.73%
GREEN value IS 45 (17.97% from 255) = 19.07%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=73.73%
G=19.07%
B=7.20%

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
Decimal174451700.740.900.3210.782.237.45
HexAE2D1104A5A20b5225
Octal25655210112132401312245
Binary101011101011011000101001010101101010000010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D11; }

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

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

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

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

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

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

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

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