#AE3F1E

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

Shades of Rust #AE3F1E

Tints of Rust #AE3F1E

Color information

#AE3F1E (or 0xAE3F1E) is unknown color: approx Rust. HEX triplet: AE, 3F and 1E. RGB value is (174,63,30). Sum of RGB (Red+Green+Blue) = 174+63+30=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3F1E is #51C0E1. Grayscale: #5C5C5C. Windows color (decimal): -5357794 or 1982382. OLE color: 1982382.

HSL color Cylindrical-coordinate representation of color #AE3F1E: hue angle of 13.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE3F1E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1746330-
CMYK00.640.830.32
HSL13.75º70.59%40%-
HSV(B)13.75º82.76%68.24%-
XYZ19.4712.652.64-
YUV92.4392.77186.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 65.17%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=65.17%
G=23.60%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174633000.640.830.3213.7570.5940
HexAE3F1E0405320e4728
Octal25677360100123401610750
Binary101011101111111111001000000101001110000011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F1E; }

 p { color: rgb(174,63,30); }

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

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

 a { background-color: rgb(174,63,30); }

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

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

 span { border-color: rgb(174,63,30); }

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