#AE4D15

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

Shades of Rust #AE4D15

Tints of Rust #AE4D15

Color information

#AE4D15 (or 0xAE4D15) is unknown color: approx Rust. HEX triplet: AE, 4D and 15. RGB value is (174,77,21). Sum of RGB (Red+Green+Blue) = 174+77+21=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D15 is #51B2EA. Grayscale: #636363. Windows color (decimal): -5354219 or 1396142. OLE color: 1396142.

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

Color convert

RGB1747721-
CMYK00.560.880.32
HSL21.96º78.46%38.24%-
HSV(B)21.96º87.93%68.24%-
XYZ20.2414.362.41-
YUV99.6283.64181.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 21 (8.59% from 255) = 7.72%
R=63.97%
G=28.31%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174772100.560.880.3221.9678.4638.24
HexAE4D150385820164e26
Octal25611525070130402611646
Binary1010111010011011010101110001011000100000101101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4D15; }

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

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

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

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

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

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

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

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