#AE2707

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

Shades of Rust #AE2707

Tints of Rust #AE2707

Color information

#AE2707 (or 0xAE2707) is unknown color: approx Rust. HEX triplet: AE, 27 and 07. RGB value is (174,39,7). Sum of RGB (Red+Green+Blue) = 174+39+7=220 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.09% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2707 is #51D8F8. Grayscale: #4B4B4B. Windows color (decimal): -5363961 or 468910. OLE color: 468910.

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

Color convert

RGB174397-
CMYK00.780.960.32
HSL11.5º92.27%35.49%-
HSV(B)11.5º95.98%68.24%-
XYZ18.2210.471.26-
YUV75.7289.23198.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.09%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=79.09%
G=17.73%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17439700.780.960.3211.592.2735.49
HexAE27704E6020b5c23
Octal2564770116140401313443
Binary1010111010011111101001110110000010000010111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2707; }

 p { color: rgb(174,39,7); }

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

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

 a { background-color: rgb(174,39,7); }

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

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

 span { border-color: rgb(174,39,7); }

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