#AA3C15

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

Shades of Rust #AA3C15

Tints of Rust #AA3C15

Color information

#AA3C15 (or 0xAA3C15) is unknown color: approx Rust. HEX triplet: AA, 3C and 15. RGB value is (170,60,21). Sum of RGB (Red+Green+Blue) = 170+60+21=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C15 is #55C3EA. Grayscale: #585858. Windows color (decimal): -5620715 or 1391786. OLE color: 1391786.

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

Color convert

RGB1706021-
CMYK00.650.880.33
HSL15.7º78.01%37.45%-
HSV(B)15.7º87.65%66.67%-
XYZ18.3311.832.03-
YUV88.4489.94186.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.73%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 21 (8.59% from 255) = 8.37%
R=67.73%
G=23.90%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170602100.650.880.3315.778.0137.45
HexAA3C150415821104e25
Octal25274250101130412011645
Binary1010101011110010101010000011011000100001100001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C15; }

 p { color: rgb(170,60,21); }

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

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

 a { background-color: rgb(170,60,21); }

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

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

 span { border-color: rgb(170,60,21); }

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