#AE4919

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

Shades of Rust #AE4919

Tints of Rust #AE4919

Color information

#AE4919 (or 0xAE4919) is unknown color: approx Rust. HEX triplet: AE, 49 and 19. RGB value is (174,73,25). Sum of RGB (Red+Green+Blue) = 174+73+25=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4919 is #51B6E6. Grayscale: #626262. Windows color (decimal): -5355239 or 1657262. OLE color: 1657262.

HSL color Cylindrical-coordinate representation of color #AE4919: hue angle of 19.33º degrees, saturation: 0.75, 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 #AE4919 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1747325-
CMYK00.580.860.32
HSL19.33º74.87%39.02%-
HSV(B)19.33º85.63%68.24%-
XYZ20.0113.832.54-
YUV97.7386.96182.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.97%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=63.97%
G=26.84%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174732500.580.860.3219.3374.8739.02
HexAE491903A5620134b27
Octal25611131072126402311347
Binary1010111010010011100101110101010110100000100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4919; }

 p { color: rgb(174,73,25); }

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

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

 a { background-color: rgb(174,73,25); }

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

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

 span { border-color: rgb(174,73,25); }

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