#AE3A0C

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

Shades of Rust #AE3A0C

Tints of Rust #AE3A0C

Color information

#AE3A0C (or 0xAE3A0C) is unknown color: approx Rust. HEX triplet: AE, 3A and 0C. RGB value is (174,58,12). Sum of RGB (Red+Green+Blue) = 174+58+12=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0C is #51C5F3. Grayscale: #575757. Windows color (decimal): -5359092 or 801454. OLE color: 801454.

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

Color convert

RGB1745812-
CMYK00.670.930.32
HSL17.04º87.1%36.47%-
HSV(B)17.04º93.1%68.24%-
XYZ19.0312.051.67-
YUV87.4485.43189.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.31%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=71.31%
G=23.77%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174581200.670.930.3217.0487.136.47
HexAE3AC0435D20115724
Octal25672140103135402112744
Binary101011101110101100010000111011101100000100011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A0C; }

 p { color: rgb(174,58,12); }

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

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

 a { background-color: rgb(174,58,12); }

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

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

 span { border-color: rgb(174,58,12); }

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