#AE3801

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

Shades of Rust #AE3801

Tints of Rust #AE3801

Color information

#AE3801 (or 0xAE3801) is unknown color: approx Rust. HEX triplet: AE, 38 and 01. RGB value is (174,56,1). Sum of RGB (Red+Green+Blue) = 174+56+1=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3801 is #51C7FE. Grayscale: #555555. Windows color (decimal): -5359615 or 80046. OLE color: 80046.

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

Color convert

RGB174561-
CMYK00.680.990.32
HSL19.08º98.86%34.31%-
HSV(B)19.08º99.43%68.24%-
XYZ18.8811.831.32-
YUV85.0180.59191.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=75.32%
G=24.24%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17456100.680.990.3219.0898.8634.31
HexAE3810446320136322
Octal2567010104143402314342
Binary101011101110001010001001100011100000100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3801; }

 p { color: rgb(174,56,1); }

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

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

 a { background-color: rgb(174,56,1); }

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

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

 span { border-color: rgb(174,56,1); }

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