#AE381D

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

Shades of Rust #AE381D

Tints of Rust #AE381D

Color information

#AE381D (or 0xAE381D) is unknown color: approx Rust. HEX triplet: AE, 38 and 1D. RGB value is (174,56,29). Sum of RGB (Red+Green+Blue) = 174+56+29=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE381D is #51C7E2. Grayscale: #585858. Windows color (decimal): -5359587 or 1915054. OLE color: 1915054.

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

Color convert

RGB1745629-
CMYK00.680.830.32
HSL11.17º71.43%39.8%-
HSV(B)11.17º83.33%68.24%-
XYZ19.0911.922.46-
YUV88.294.59189.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.18%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 29 (11.72% from 255) = 11.20%
R=67.18%
G=21.62%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174562900.680.830.3211.1771.4339.8
HexAE381D0445320b4728
Octal25670350104123401310750
Binary101011101110001110101000100101001110000010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE381D; }

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

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

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

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

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

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

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

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