#AE3504

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

Shades of Rust #AE3504

Tints of Rust #AE3504

Color information

#AE3504 (or 0xAE3504) is unknown color: approx Rust. HEX triplet: AE, 35 and 04. RGB value is (174,53,4). Sum of RGB (Red+Green+Blue) = 174+53+4=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3504 is #51CAFB. Grayscale: #535353. Windows color (decimal): -5360380 or 275886. OLE color: 275886.

HSL color Cylindrical-coordinate representation of color #AE3504: hue angle of 17.29º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE3504 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB174534-
CMYK00.700.980.32
HSL17.29º95.51%34.9%-
HSV(B)17.29º97.7%68.24%-
XYZ18.7511.551.36-
YUV83.5983.09192.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=75.32%
G=22.94%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17453400.700.980.3217.2995.5134.9
HexAE3540466220116023
Octal2566540106142402114043
Binary10101110110101100010001101100010100000100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3504; }

 p { color: rgb(174,53,4); }

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

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

 a { background-color: rgb(174,53,4); }

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

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

 span { border-color: rgb(174,53,4); }

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