#AE4212

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

Shades of Rust #AE4212

Tints of Rust #AE4212

Color information

#AE4212 (or 0xAE4212) is unknown color: approx Rust. HEX triplet: AE, 42 and 12. RGB value is (174,66,18). Sum of RGB (Red+Green+Blue) = 174+66+18=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4212 is #51BDED. Grayscale: #5D5D5D. Windows color (decimal): -5357038 or 1196718. OLE color: 1196718.

HSL color Cylindrical-coordinate representation of color #AE4212: hue angle of 18.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4212 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1746618-
CMYK00.620.900.32
HSL18.46º81.25%37.65%-
HSV(B)18.46º89.66%68.24%-
XYZ19.5112.942.04-
YUV92.8285.78185.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 67.44%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=67.44%
G=25.58%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174661800.620.900.3218.4681.2537.65
HexAE421203E5A20125126
Octal25610222076132402212146
Binary1010111010000101001001111101011010100000100101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4212; }

 p { color: rgb(174,66,18); }

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

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

 a { background-color: rgb(174,66,18); }

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

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

 span { border-color: rgb(174,66,18); }

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