#AA2E12

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

Shades of Rust #AA2E12

Tints of Rust #AA2E12

Color information

#AA2E12 (or 0xAA2E12) is unknown color: approx Rust. HEX triplet: AA, 2E and 12. RGB value is (170,46,18). Sum of RGB (Red+Green+Blue) = 170+46+18=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E12 is #55D1ED. Grayscale: #505050. Windows color (decimal): -5624302 or 1191594. OLE color: 1191594.

HSL color Cylindrical-coordinate representation of color #AA2E12: hue angle of 11.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA2E12 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1704618-
CMYK00.730.890.33
HSL11.05º80.85%36.86%-
HSV(B)11.05º89.41%66.67%-
XYZ17.6610.541.68-
YUV79.8893.08192.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=72.65%
G=19.66%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170461800.730.890.3311.0580.8536.86
HexAA2E120495921b5125
Octal25256220111131411312145
Binary101010101011101001001001001101100110000110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2E12; }

 p { color: rgb(170,46,18); }

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

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

 a { background-color: rgb(170,46,18); }

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

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

 span { border-color: rgb(170,46,18); }

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