#AE4112

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

Shades of Rust #AE4112

Tints of Rust #AE4112

Color information

#AE4112 (or 0xAE4112) is unknown color: approx Rust. HEX triplet: AE, 41 and 12. RGB value is (174,65,18). Sum of RGB (Red+Green+Blue) = 174+65+18=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4112 is #51BEED. Grayscale: #5C5C5C. Windows color (decimal): -5357294 or 1196462. OLE color: 1196462.

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

Color convert

RGB1746518-
CMYK00.630.900.32
HSL18.08º81.25%37.65%-
HSV(B)18.08º89.66%68.24%-
XYZ19.4612.822.02-
YUV92.2386.11186.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=67.70%
G=25.29%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174651800.630.900.3218.0881.2537.65
HexAE411203F5A20125126
Octal25610122077132402212146
Binary1010111010000011001001111111011010100000100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4112; }

 p { color: rgb(174,65,18); }

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

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

 a { background-color: rgb(174,65,18); }

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

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

 span { border-color: rgb(174,65,18); }

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