#ae400f

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

Shades of Rust #AE400F

Tints of Rust #AE400F

Color information

#AE400F (or 0xAE400F) is unknown color: approx Rust. HEX triplet: AE, 40 and 0F. RGB value is (174,64,15). Sum of RGB (Red+Green+Blue) = 174+64+15=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE400F is #51BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5357553 or 999598. OLE color: 999598.

HSL color Cylindrical-coordinate representation of color #AE400F: hue angle of 18.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE400F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1746415-
CMYK00.630.910.32
HSL18.49º84.13%37.06%-
HSV(B)18.49º91.38%68.24%-
XYZ19.3812.71.88-
YUV91.384.94186.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.77%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=68.77%
G=25.30%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174641500.630.910.3218.4984.1337.06
HexAE40F03F5B20125425
Octal25610017077133402212445
Binary101011101000000111101111111011011100000100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae400f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae400f; }

 p { color: rgb(174,64,15); }

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

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

 a { background-color: rgb(174,64,15); }

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

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

 span { border-color: rgb(174,64,15); }

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