#AE4B1A

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

Shades of Rust #AE4B1A

Tints of Rust #AE4B1A

Color information

#AE4B1A (or 0xAE4B1A) is unknown color: approx Rust. HEX triplet: AE, 4B and 1A. RGB value is (174,75,26). Sum of RGB (Red+Green+Blue) = 174+75+26=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4B1A is #51B4E5. Grayscale: #636363. Windows color (decimal): -5354726 or 1723310. OLE color: 1723310.

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

Color convert

RGB1747526-
CMYK00.570.850.32
HSL19.86º74%39.22%-
HSV(B)19.86º85.06%68.24%-
XYZ20.1614.112.64-
YUV99.0186.8181.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.27%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=63.27%
G=27.27%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174752600.570.850.3219.867439.22
HexAE4B1A0395520144a27
Octal25611332071125402411247
Binary1010111010010111101001110011010101100000101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4B1A; }

 p { color: rgb(174,75,26); }

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

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

 a { background-color: rgb(174,75,26); }

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

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

 span { border-color: rgb(174,75,26); }

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