#AE2A07

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

Shades of Rust #AE2A07

Tints of Rust #AE2A07

Color information

#AE2A07 (or 0xAE2A07) is unknown color: approx Rust. HEX triplet: AE, 2A and 07. RGB value is (174,42,7). Sum of RGB (Red+Green+Blue) = 174+42+7=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A07 is #51D5F8. Grayscale: #4D4D4D. Windows color (decimal): -5363193 or 469678. OLE color: 469678.

HSL color Cylindrical-coordinate representation of color #AE2A07: hue angle of 12.57º 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 #AE2A07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB174427-
CMYK00.760.960.32
HSL12.57º92.27%35.49%-
HSV(B)12.57º95.98%68.24%-
XYZ18.3210.671.29-
YUV77.4888.23196.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.03%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 7 (3.12% from 255) = 3.14%
R=78.03%
G=18.83%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17442700.760.960.3212.5792.2735.49
HexAE2A704C6020d5c23
Octal2565270114140401513443
Binary1010111010101011101001100110000010000011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A07; }

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

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

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

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

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

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

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

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