#AE4012

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

Shades of Rust #AE4012

Tints of Rust #AE4012

Color information

#AE4012 (or 0xAE4012) is unknown color: approx Rust. HEX triplet: AE, 40 and 12. RGB value is (174,64,18). Sum of RGB (Red+Green+Blue) = 174+64+18=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4012 is #51BFED. Grayscale: #5B5B5B. Windows color (decimal): -5357550 or 1196206. OLE color: 1196206.

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

Color convert

RGB1746418-
CMYK00.630.900.32
HSL17.69º81.25%37.65%-
HSV(B)17.69º89.66%68.24%-
XYZ19.412.712-
YUV91.6586.44186.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.97%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=67.97%
G=25%
B=7.03%

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
Decimal174641800.630.900.3217.6981.2537.65
HexAE401203F5A20125126
Octal25610022077132402212146
Binary1010111010000001001001111111011010100000100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4012; }

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

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

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

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

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

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

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

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