#ae4118

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

Shades of Rust #AE4118

Tints of Rust #AE4118

Color information

#AE4118 (or 0xAE4118) is unknown color: approx Rust. HEX triplet: AE, 41 and 18. RGB value is (174,65,24). Sum of RGB (Red+Green+Blue) = 174+65+24=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4118 is #51BEE7. Grayscale: #5D5D5D. Windows color (decimal): -5357288 or 1589678. OLE color: 1589678.

HSL color Cylindrical-coordinate representation of color #AE4118: hue angle of 16.4º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4118 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1746524-
CMYK00.630.860.32
HSL16.4º75.76%38.82%-
HSV(B)16.4º86.21%68.24%-
XYZ19.5112.852.32-
YUV92.9289.11185.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=66.16%
G=24.71%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174652400.630.860.3216.475.7638.82
HexAE411803F5620104c27
Octal25610130077126402011447
Binary1010111010000011100001111111010110100000100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4118; }

 p { color: rgb(174,65,24); }

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

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

 a { background-color: rgb(174,65,24); }

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

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

 span { border-color: rgb(174,65,24); }

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