#AE2804

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

Shades of Rust #AE2804

Tints of Rust #AE2804

Color information

#AE2804 (or 0xAE2804) is unknown color: approx Rust. HEX triplet: AE, 28 and 04. RGB value is (174,40,4). Sum of RGB (Red+Green+Blue) = 174+40+4=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2804 is #51D7FB. Grayscale: #4C4C4C. Windows color (decimal): -5363708 or 272558. OLE color: 272558.

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

Color convert

RGB174404-
CMYK00.770.980.32
HSL12.71º95.51%34.9%-
HSV(B)12.71º97.7%68.24%-
XYZ18.2410.531.19-
YUV75.9687.39197.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=79.82%
G=18.35%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17440400.770.980.3212.7195.5134.9
HexAE28404D6220d6023
Octal2565040115142401514043
Binary1010111010100010001001101110001010000011011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2804; }

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

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

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

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

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

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

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

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