#AE3112

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

Shades of Rust #AE3112

Tints of Rust #AE3112

Color information

#AE3112 (or 0xAE3112) is unknown color: approx Rust. HEX triplet: AE, 31 and 12. RGB value is (174,49,18). Sum of RGB (Red+Green+Blue) = 174+49+18=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3112 is #51CEED. Grayscale: #535353. Windows color (decimal): -5361390 or 1192366. OLE color: 1192366.

HSL color Cylindrical-coordinate representation of color #AE3112: hue angle of 11.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE3112 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1744918-
CMYK00.720.900.32
HSL11.92º81.25%37.65%-
HSV(B)11.92º89.66%68.24%-
XYZ18.6611.241.76-
YUV82.8491.41193.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 18 (7.42% from 255) = 7.47%
R=72.20%
G=20.33%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174491800.720.900.3211.9281.2537.65
HexAE31120485A20c5126
Octal25661220110132401412146
Binary101011101100011001001001000101101010000011001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3112; }

 p { color: rgb(174,49,18); }

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

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

 a { background-color: rgb(174,49,18); }

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

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

 span { border-color: rgb(174,49,18); }

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