#AE4C13

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

Shades of Rust #AE4C13

Tints of Rust #AE4C13

Color information

#AE4C13 (or 0xAE4C13) is unknown color: approx Rust. HEX triplet: AE, 4C and 13. RGB value is (174,76,19). Sum of RGB (Red+Green+Blue) = 174+76+19=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C13 is #51B3EC. Grayscale: #636363. Windows color (decimal): -5354477 or 1264814. OLE color: 1264814.

HSL color Cylindrical-coordinate representation of color #AE4C13: hue angle of 22.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE4C13 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB1747619-
CMYK00.560.890.32
HSL22.06º80.31%37.84%-
HSV(B)22.06º89.08%68.24%-
XYZ20.1614.212.3-
YUV98.882.97181.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.68%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=64.68%
G=28.25%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174761900.560.890.3222.0680.3137.84
HexAE4C130385920165026
Octal25611423070131402612046
Binary1010111010011001001101110001011001100000101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C13; }

 p { color: rgb(174,76,19); }

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

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

 a { background-color: rgb(174,76,19); }

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

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

 span { border-color: rgb(174,76,19); }

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