#AE3C0C

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

Shades of Rust #AE3C0C

Tints of Rust #AE3C0C

Color information

#AE3C0C (or 0xAE3C0C) is unknown color: approx Rust. HEX triplet: AE, 3C and 0C. RGB value is (174,60,12). Sum of RGB (Red+Green+Blue) = 174+60+12=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C0C is #51C3F3. Grayscale: #585858. Windows color (decimal): -5358580 or 801966. OLE color: 801966.

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

Color convert

RGB1746012-
CMYK00.660.930.32
HSL17.78º87.1%36.47%-
HSV(B)17.78º93.1%68.24%-
XYZ19.1412.261.7-
YUV88.6184.77188.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 70.73%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 12 (5.08% from 255) = 4.88%
R=70.73%
G=24.39%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174601200.660.930.3217.7887.136.47
HexAE3CC0425D20125724
Octal25674140102135402212744
Binary101011101111001100010000101011101100000100101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3C0C; }

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

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

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

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

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

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

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

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