#AA320C

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

Shades of Rust #AA320C

Tints of Rust #AA320C

Color information

#AA320C (or 0xAA320C) is unknown color: approx Rust. HEX triplet: AA, 32 and 0C. RGB value is (170,50,12). Sum of RGB (Red+Green+Blue) = 170+50+12=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320C is #55CDF3. Grayscale: #515151. Windows color (decimal): -5623284 or 799402. OLE color: 799402.

HSL color Cylindrical-coordinate representation of color #AA320C: hue angle of 14.43º 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 #AA320C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1705012-
CMYK00.710.930.33
HSL14.43º86.81%35.69%-
HSV(B)14.43º92.94%66.67%-
XYZ17.7810.851.51-
YUV81.5588.76191.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.28%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=73.28%
G=21.55%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170501200.710.930.3314.4386.8135.69
HexAA32C0475D21e5724
Octal25262140107135411612744
Binary10101010110010110001000111101110110000111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA320C; }

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

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

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

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

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

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

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

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