#AA340C

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

Shades of Rust #AA340C

Tints of Rust #AA340C

Color information

#AA340C (or 0xAA340C) is unknown color: approx Rust. HEX triplet: AA, 34 and 0C. RGB value is (170,52,12). Sum of RGB (Red+Green+Blue) = 170+52+12=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340C is #55CBF3. Grayscale: #535353. Windows color (decimal): -5622772 or 799914. OLE color: 799914.

HSL color Cylindrical-coordinate representation of color #AA340C: hue angle of 15.19º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA340C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1705212-
CMYK00.690.930.33
HSL15.19º86.81%35.69%-
HSV(B)15.19º92.94%66.67%-
XYZ17.8711.031.53-
YUV82.7288.09190.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=72.65%
G=22.22%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170521200.690.930.3315.1986.8135.69
HexAA34C0455D21f5724
Octal25264140105135411712744
Binary10101010110100110001000101101110110000111111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA340C; }

 p { color: rgb(170,52,12); }

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

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

 a { background-color: rgb(170,52,12); }

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

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

 span { border-color: rgb(170,52,12); }

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