#AE2704

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

Shades of Rust #AE2704

Tints of Rust #AE2704

Color information

#AE2704 (or 0xAE2704) is unknown color: approx Rust. HEX triplet: AE, 27 and 04. RGB value is (174,39,4). Sum of RGB (Red+Green+Blue) = 174+39+4=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2704 is #51D8FB. Grayscale: #4B4B4B. Windows color (decimal): -5363964 or 272302. OLE color: 272302.

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

Color convert

RGB174394-
CMYK00.780.980.32
HSL12.35º95.51%34.9%-
HSV(B)12.35º97.7%68.24%-
XYZ18.210.461.17-
YUV75.3887.73198.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=80.18%
G=17.97%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17439400.780.980.3212.3595.5134.9
HexAE27404E6220c6023
Octal2564740116142401414043
Binary1010111010011110001001110110001010000011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2704; }

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

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

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

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

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

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

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

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