#AA3315

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

Shades of Rust #AA3315

Tints of Rust #AA3315

Color information

#AA3315 (or 0xAA3315) is unknown color: approx Rust. HEX triplet: AA, 33 and 15. RGB value is (170,51,21). Sum of RGB (Red+Green+Blue) = 170+51+21=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3315 is #55CCEA. Grayscale: #535353. Windows color (decimal): -5623019 or 1389482. OLE color: 1389482.

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

Color convert

RGB1705121-
CMYK00.70.880.33
HSL12.08º78.01%37.45%-
HSV(B)12.08º87.65%66.67%-
XYZ17.910.971.88-
YUV83.1692.92189.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 70.25%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=70.25%
G=21.07%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170512100.70.880.3312.0878.0137.45
HexAA33150465821c4e25
Octal25263250106130411411645
Binary101010101100111010101000110101100010000111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3315; }

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

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

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

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

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

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

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

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