#AE4A0B

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

Shades of Rust #AE4A0B

Tints of Rust #AE4A0B

Color information

#AE4A0B (or 0xAE4A0B) is unknown color: approx Rust. HEX triplet: AE, 4A and 0B. RGB value is (174,74,11). Sum of RGB (Red+Green+Blue) = 174+74+11=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A0B is #51B5F4. Grayscale: #616161. Windows color (decimal): -5354997 or 740014. OLE color: 740014.

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

Color convert

RGB1747411-
CMYK00.570.940.32
HSL23.19º88.11%36.27%-
HSV(B)23.19º93.68%68.24%-
XYZ19.9613.921.95-
YUV96.7279.63183.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 4.25%
R=67.18%
G=28.57%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174741100.570.940.3223.1988.1136.27
HexAE4AB0395E20175824
Octal25611213071136402713044
Binary101011101001010101101110011011110100000101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A0B; }

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

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

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

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

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

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

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

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