#AE2A09

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

Shades of Rust #AE2A09

Tints of Rust #AE2A09

Color information

#AE2A09 (or 0xAE2A09) is unknown color: approx Rust. HEX triplet: AE, 2A and 09. RGB value is (174,42,9). Sum of RGB (Red+Green+Blue) = 174+42+9=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A09 is #51D5F6. Grayscale: #4D4D4D. Windows color (decimal): -5363191 or 600750. OLE color: 600750.

HSL color Cylindrical-coordinate representation of color #AE2A09: hue angle of 12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE2A09 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB174429-
CMYK00.760.950.32
HSL12º90.16%35.88%-
HSV(B)12º94.83%68.24%-
XYZ18.3310.671.35-
YUV77.7189.23196.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 77.33%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 9 (3.91% from 255) = 4%
R=77.33%
G=18.67%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17442900.760.950.321290.1635.88
HexAE2A904C5F20c5a24
Octal25652110114137401413244
Binary10101110101010100101001100101111110000011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A09; }

 p { color: rgb(174,42,9); }

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

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

 a { background-color: rgb(174,42,9); }

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

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

 span { border-color: rgb(174,42,9); }

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