#AE4813

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

Shades of Rust #AE4813

Tints of Rust #AE4813

Color information

#AE4813 (or 0xAE4813) is unknown color: approx Rust. HEX triplet: AE, 48 and 13. RGB value is (174,72,19). Sum of RGB (Red+Green+Blue) = 174+72+19=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4813 is #51B7EC. Grayscale: #606060. Windows color (decimal): -5355501 or 1263790. OLE color: 1263790.

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

Color convert

RGB1747219-
CMYK00.590.890.32
HSL20.52º80.31%37.84%-
HSV(B)20.52º89.08%68.24%-
XYZ19.8913.682.21-
YUV96.4684.29183.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.66%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 19 (7.81% from 255) = 7.17%
R=65.66%
G=27.17%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174721900.590.890.3220.5280.3137.84
HexAE481303B5920155026
Octal25611023073131402512046
Binary1010111010010001001101110111011001100000101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4813; }

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

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

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

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

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

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

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

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