#AE550B

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

Shades of Rust #AE550B

Tints of Rust #AE550B

Color information

#AE550B (or 0xAE550B) is unknown color: approx Rust. HEX triplet: AE, 55 and 0B. RGB value is (174,85,11). Sum of RGB (Red+Green+Blue) = 174+85+11=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE550B is #51AAF4. Grayscale: #676767. Windows color (decimal): -5352181 or 742830. OLE color: 742830.

HSL color Cylindrical-coordinate representation of color #AE550B: hue angle of 27.24º 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 #AE550B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1748511-
CMYK00.510.940.32
HSL27.24º88.11%36.27%-
HSV(B)27.24º93.68%68.24%-
XYZ20.7615.522.22-
YUV103.1875.99178.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 64.44%
GREEN value IS 85 (33.59% from 255) = 31.48%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=64.44%
G=31.48%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174851100.510.940.3227.2488.1136.27
HexAE55B0335E201b5824
Octal25612513063136403313044
Binary101011101010101101101100111011110100000110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE550B; }

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

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

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

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

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

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

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

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