#AE4E15

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

Shades of Rust #AE4E15

Tints of Rust #AE4E15

Color information

#AE4E15 (or 0xAE4E15) is unknown color: approx Rust. HEX triplet: AE, 4E and 15. RGB value is (174,78,21). Sum of RGB (Red+Green+Blue) = 174+78+21=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4E15 is #51B1EA. Grayscale: #646464. Windows color (decimal): -5353963 or 1396398. OLE color: 1396398.

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

Color convert

RGB1747821-
CMYK00.550.880.32
HSL22.35º78.46%38.24%-
HSV(B)22.35º87.93%68.24%-
XYZ20.3214.52.44-
YUV100.2183.3180.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=63.74%
G=28.57%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174782100.550.880.3222.3578.4638.24
HexAE4E150375820164e26
Octal25611625067130402611646
Binary1010111010011101010101101111011000100000101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E15; }

 p { color: rgb(174,78,21); }

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

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

 a { background-color: rgb(174,78,21); }

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

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

 span { border-color: rgb(174,78,21); }

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