#AE2A0B

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

Shades of Rust #AE2A0B

Tints of Rust #AE2A0B

Color information

#AE2A0B (or 0xAE2A0B) is unknown color: approx Rust. HEX triplet: AE, 2A and 0B. RGB value is (174,42,11). Sum of RGB (Red+Green+Blue) = 174+42+11=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A0B is #51D5F4. Grayscale: #4E4E4E. Windows color (decimal): -5363189 or 731822. OLE color: 731822.

HSL color Cylindrical-coordinate representation of color #AE2A0B: hue angle of 11.41º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE2A0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1744211-
CMYK00.760.940.32
HSL11.41º88.11%36.27%-
HSV(B)11.41º93.68%68.24%-
XYZ18.3410.681.41-
YUV77.9390.23196.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.65%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=76.65%
G=18.50%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174421100.760.940.3211.4188.1136.27
HexAE2AB04C5E20b5824
Octal25652130114136401313044
Binary10101110101010101101001100101111010000010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A0B; }

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

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

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

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

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

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

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

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