#AE3713

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

Shades of Rust #AE3713

Tints of Rust #AE3713

Color information

#AE3713 (or 0xAE3713) is unknown color: approx Rust. HEX triplet: AE, 37 and 13. RGB value is (174,55,19). Sum of RGB (Red+Green+Blue) = 174+55+19=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3713 is #51C8EC. Grayscale: #565656. Windows color (decimal): -5359853 or 1259438. OLE color: 1259438.

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

Color convert

RGB1745519-
CMYK00.680.890.32
HSL13.94º80.31%37.84%-
HSV(B)13.94º89.08%68.24%-
XYZ18.9411.781.89-
YUV86.4889.92190.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.16%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 19 (7.81% from 255) = 7.66%
R=70.16%
G=22.18%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174551900.680.890.3213.9480.3137.84
HexAE37130445920e5026
Octal25667230104131401612046
Binary101011101101111001101000100101100110000011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3713; }

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

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

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

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

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

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

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

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