#AE481C

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

Shades of Rust #AE481C

Tints of Rust #AE481C

Color information

#AE481C (or 0xAE481C) is unknown color: approx Rust. HEX triplet: AE, 48 and 1C. RGB value is (174,72,28). Sum of RGB (Red+Green+Blue) = 174+72+28=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE481C is #51B7E3. Grayscale: #616161. Windows color (decimal): -5355492 or 1853614. OLE color: 1853614.

HSL color Cylindrical-coordinate representation of color #AE481C: hue angle of 18.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE481C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1747228-
CMYK00.590.840.32
HSL18.08º72.28%39.61%-
HSV(B)18.08º83.91%68.24%-
XYZ19.9813.722.69-
YUV97.4888.79182.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.50%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=63.50%
G=26.28%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174722800.590.840.3218.0872.2839.61
HexAE481C03B5420124828
Octal25611034073124402211050
Binary1010111010010001110001110111010100100000100101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE481C; }

 p { color: rgb(174,72,28); }

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

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

 a { background-color: rgb(174,72,28); }

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

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

 span { border-color: rgb(174,72,28); }

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