#AE2506

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

Shades of Rust #AE2506

Tints of Rust #AE2506

Color information

#AE2506 (or 0xAE2506) is unknown color: approx Rust. HEX triplet: AE, 25 and 06. RGB value is (174,37,6). Sum of RGB (Red+Green+Blue) = 174+37+6=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2506 is #51DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5364474 or 402862. OLE color: 402862.

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

Color convert

RGB174376-
CMYK00.790.970.32
HSL11.07º93.33%35.29%-
HSV(B)11.07º96.55%68.24%-
XYZ18.1510.331.21-
YUV74.4389.39199.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.18%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=80.18%
G=17.05%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17437600.790.970.3211.0793.3335.29
HexAE25604F6120b5d23
Octal2564560117141401313543
Binary1010111010010111001001111110000110000010111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2506; }

 p { color: rgb(174,37,6); }

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

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

 a { background-color: rgb(174,37,6); }

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

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

 span { border-color: rgb(174,37,6); }

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