#AE3604

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

Shades of Rust #AE3604

Tints of Rust #AE3604

Color information

#AE3604 (or 0xAE3604) is unknown color: approx Rust. HEX triplet: AE, 36 and 04. RGB value is (174,54,4). Sum of RGB (Red+Green+Blue) = 174+54+4=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3604 is #51C9FB. Grayscale: #545454. Windows color (decimal): -5360124 or 276142. OLE color: 276142.

HSL color Cylindrical-coordinate representation of color #AE3604: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE3604 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB174544-
CMYK00.690.980.32
HSL17.65º95.51%34.9%-
HSV(B)17.65º97.7%68.24%-
XYZ18.811.651.37-
YUV84.1882.76192.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=75%
G=23.28%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17454400.690.980.3217.6595.5134.9
HexAE3640456220126023
Octal2566640105142402214043
Binary10101110110110100010001011100010100000100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3604; }

 p { color: rgb(174,54,4); }

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

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

 a { background-color: rgb(174,54,4); }

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

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

 span { border-color: rgb(174,54,4); }

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