#AE3813

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

Shades of Rust #AE3813

Tints of Rust #AE3813

Color information

#AE3813 (or 0xAE3813) is unknown color: approx Rust. HEX triplet: AE, 38 and 13. RGB value is (174,56,19). Sum of RGB (Red+Green+Blue) = 174+56+19=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3813 is #51C7EC. Grayscale: #575757. Windows color (decimal): -5359597 or 1259694. OLE color: 1259694.

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

Color convert

RGB1745619-
CMYK00.680.890.32
HSL14.32º80.31%37.84%-
HSV(B)14.32º89.08%68.24%-
XYZ18.9911.871.91-
YUV87.0689.59190.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=69.88%
G=22.49%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174561900.680.890.3214.3280.3137.84
HexAE38130445920e5026
Octal25670230104131401612046
Binary101011101110001001101000100101100110000011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3813; }

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

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

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

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

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

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

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

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