#AE3419

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

Shades of Rust #AE3419

Tints of Rust #AE3419

Color information

#AE3419 (or 0xAE3419) is unknown color: approx Rust. HEX triplet: AE, 34 and 19. RGB value is (174,52,25). Sum of RGB (Red+Green+Blue) = 174+52+25=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3419 is #51CBE6. Grayscale: #555555. Windows color (decimal): -5360615 or 1651886. OLE color: 1651886.

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

Color convert

RGB1745225-
CMYK00.700.860.32
HSL10.87º74.87%39.02%-
HSV(B)10.87º85.63%68.24%-
XYZ18.8611.522.15-
YUV85.493.92191.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.32%
GREEN value IS 52 (20.70% from 255) = 20.72%
BLUE value IS 25 (10.16% from 255) = 9.96%
R=69.32%
G=20.72%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174522500.700.860.3210.8774.8739.02
HexAE34190465620b4b27
Octal25664310106126401311347
Binary101011101101001100101000110101011010000010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3419; }

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

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

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

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

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

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

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

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