#AE3613

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

Shades of Rust #AE3613

Tints of Rust #AE3613

Color information

#AE3613 (or 0xAE3613) is unknown color: approx Rust. HEX triplet: AE, 36 and 13. RGB value is (174,54,19). Sum of RGB (Red+Green+Blue) = 174+54+19=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3613 is #51C9EC. Grayscale: #565656. Windows color (decimal): -5360109 or 1259182. OLE color: 1259182.

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

Color convert

RGB1745419-
CMYK00.690.890.32
HSL13.55º80.31%37.84%-
HSV(B)13.55º89.08%68.24%-
XYZ18.8911.681.88-
YUV85.8990.26190.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.45%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=70.45%
G=21.86%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174541900.690.890.3213.5580.3137.84
HexAE36130455920e5026
Octal25666230105131401612046
Binary101011101101101001101000101101100110000011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3613; }

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

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

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

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

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

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

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

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