#AE2904

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

Shades of Rust #AE2904

Tints of Rust #AE2904

Color information

#AE2904 (or 0xAE2904) is unknown color: approx Rust. HEX triplet: AE, 29 and 04. RGB value is (174,41,4). Sum of RGB (Red+Green+Blue) = 174+41+4=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2904 is #51D6FB. Grayscale: #4C4C4C. Windows color (decimal): -5363452 or 272814. OLE color: 272814.

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

Color convert

RGB174414-
CMYK00.760.980.32
HSL13.06º95.51%34.9%-
HSV(B)13.06º97.7%68.24%-
XYZ18.2710.591.2-
YUV76.5587.06197.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.45%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=79.45%
G=18.72%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17441400.760.980.3213.0695.5134.9
HexAE29404C6220d6023
Octal2565140114142401514043
Binary1010111010100110001001100110001010000011011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2904; }

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

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

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

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

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

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

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

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