#AE3D13

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

Shades of Rust #AE3D13

Tints of Rust #AE3D13

Color information

#AE3D13 (or 0xAE3D13) is unknown color: approx Rust. HEX triplet: AE, 3D and 13. RGB value is (174,61,19). Sum of RGB (Red+Green+Blue) = 174+61+19=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D13 is #51C2EC. Grayscale: #5A5A5A. Windows color (decimal): -5358317 or 1260974. OLE color: 1260974.

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

Color convert

RGB1746119-
CMYK00.650.890.32
HSL16.26º80.31%37.84%-
HSV(B)16.26º89.08%68.24%-
XYZ19.2412.381.99-
YUV9087.94187.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.50%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=68.50%
G=24.02%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174611900.650.890.3216.2680.3137.84
HexAE3D130415920105026
Octal25675230101131402012046
Binary1010111011110110011010000011011001100000100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D13; }

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

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

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

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

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

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

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

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