#AE3819

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

Shades of Rust #AE3819

Tints of Rust #AE3819

Color information

#AE3819 (or 0xAE3819) is unknown color: approx Rust. HEX triplet: AE, 38 and 19. RGB value is (174,56,25). Sum of RGB (Red+Green+Blue) = 174+56+25=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3819 is #51C7E6. Grayscale: #575757. Windows color (decimal): -5359591 or 1652910. OLE color: 1652910.

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

Color convert

RGB1745625-
CMYK00.680.860.32
HSL12.48º74.87%39.02%-
HSV(B)12.48º85.63%68.24%-
XYZ19.0511.92.21-
YUV87.7592.59189.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 68.24%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=68.24%
G=21.96%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174562500.680.860.3212.4874.8739.02
HexAE38190445620c4b27
Octal25670310104126401411347
Binary101011101110001100101000100101011010000011001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3819; }

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

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

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

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

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

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

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

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