#AE3A1F

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

Shades of Rust #AE3A1F

Tints of Rust #AE3A1F

Color information

#AE3A1F (or 0xAE3A1F) is unknown color: approx Rust. HEX triplet: AE, 3A and 1F. RGB value is (174,58,31). Sum of RGB (Red+Green+Blue) = 174+58+31=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A1F is #51C5E0. Grayscale: #595959. Windows color (decimal): -5359073 or 2046638. OLE color: 2046638.

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

Color convert

RGB1745831-
CMYK00.670.820.32
HSL11.33º69.76%40.2%-
HSV(B)11.33º82.18%68.24%-
XYZ19.2212.122.62-
YUV89.6194.93188.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 66.16%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 31 (12.5% from 255) = 11.79%
R=66.16%
G=22.05%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174583100.670.820.3211.3369.7640.2
HexAE3A1F0435220b4628
Octal25672370103122401310650
Binary101011101110101111101000011101001010000010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A1F; }

 p { color: rgb(174,58,31); }

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

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

 a { background-color: rgb(174,58,31); }

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

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

 span { border-color: rgb(174,58,31); }

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