#AE491C

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

Shades of Rust #AE491C

Tints of Rust #AE491C

Color information

#AE491C (or 0xAE491C) is unknown color: approx Rust. HEX triplet: AE, 49 and 1C. RGB value is (174,73,28). Sum of RGB (Red+Green+Blue) = 174+73+28=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE491C is #51B6E3. Grayscale: #626262. Windows color (decimal): -5355236 or 1853870. OLE color: 1853870.

HSL color Cylindrical-coordinate representation of color #AE491C: hue angle of 18.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE491C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1747328-
CMYK00.580.840.32
HSL18.49º72.28%39.61%-
HSV(B)18.49º83.91%68.24%-
XYZ20.0513.852.71-
YUV98.0788.46182.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=63.27%
G=26.55%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174732800.580.840.3218.4972.2839.61
HexAE491C03A5420124828
Octal25611134072124402211050
Binary1010111010010011110001110101010100100000100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE491C; }

 p { color: rgb(174,73,28); }

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

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

 a { background-color: rgb(174,73,28); }

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

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

 span { border-color: rgb(174,73,28); }

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