#AE451E

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

Shades of Rust #AE451E

Tints of Rust #AE451E

Color information

#AE451E (or 0xAE451E) is unknown color: approx Rust. HEX triplet: AE, 45 and 1E. RGB value is (174,69,30). Sum of RGB (Red+Green+Blue) = 174+69+30=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE451E is #51BAE1. Grayscale: #606060. Windows color (decimal): -5356258 or 1983918. OLE color: 1983918.

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

Color convert

RGB1746930-
CMYK00.600.830.32
HSL16.25º70.59%40%-
HSV(B)16.25º82.76%68.24%-
XYZ19.8213.352.76-
YUV95.9590.79183.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 30 (12.11% from 255) = 10.99%
R=63.74%
G=25.27%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174693000.600.830.3216.2570.5940
HexAE451E03C5320104728
Octal25610536074123402010750
Binary1010111010001011111001111001010011100000100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE451E; }

 p { color: rgb(174,69,30); }

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

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

 a { background-color: rgb(174,69,30); }

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

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

 span { border-color: rgb(174,69,30); }

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