#AE4312

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

Shades of Rust #AE4312

Tints of Rust #AE4312

Color information

#AE4312 (or 0xAE4312) is unknown color: approx Rust. HEX triplet: AE, 43 and 12. RGB value is (174,67,18). Sum of RGB (Red+Green+Blue) = 174+67+18=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4312 is #51BCED. Grayscale: #5D5D5D. Windows color (decimal): -5356782 or 1196974. OLE color: 1196974.

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

Color convert

RGB1746718-
CMYK00.610.900.32
HSL18.85º81.25%37.65%-
HSV(B)18.85º89.66%68.24%-
XYZ19.5713.062.06-
YUV93.4185.45185.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=67.18%
G=25.87%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174671800.610.900.3218.8581.2537.65
HexAE431203D5A20135126
Octal25610322075132402312146
Binary1010111010000111001001111011011010100000100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4312; }

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

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

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

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

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

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

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

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