#AE480B

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

Shades of Rust #AE480B

Tints of Rust #AE480B

Color information

#AE480B (or 0xAE480B) is unknown color: approx Rust. HEX triplet: AE, 48 and 0B. RGB value is (174,72,11). Sum of RGB (Red+Green+Blue) = 174+72+11=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE480B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE480B is #51B7F4. Grayscale: #5F5F5F. Windows color (decimal): -5355509 or 739502. OLE color: 739502.

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

Color convert

RGB1747211-
CMYK00.590.940.32
HSL22.45º88.11%36.27%-
HSV(B)22.45º93.68%68.24%-
XYZ19.8313.661.91-
YUV95.5480.29183.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.70%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=67.70%
G=28.02%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174721100.590.940.3222.4588.1136.27
HexAE48B03B5E20165824
Octal25611013073136402613044
Binary101011101001000101101110111011110100000101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE480B; }

 p { color: rgb(174,72,11); }

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

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

 a { background-color: rgb(174,72,11); }

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

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

 span { border-color: rgb(174,72,11); }

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