#aa3008

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

Shades of Rust #AA3008

Tints of Rust #AA3008

Color information

#AA3008 (or 0xAA3008) is unknown color: approx Rust. HEX triplet: AA, 30 and 08. RGB value is (170,48,8). Sum of RGB (Red+Green+Blue) = 170+48+8=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3008 is #55CFF7. Grayscale: #505050. Windows color (decimal): -5623800 or 536746. OLE color: 536746.

HSL color Cylindrical-coordinate representation of color #AA3008: hue angle of 14.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA3008 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB170488-
CMYK00.720.950.33
HSL14.81º91.01%34.9%-
HSV(B)14.81º95.29%66.67%-
XYZ17.6810.681.36-
YUV79.9287.42192.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 75.22%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 8 (3.52% from 255) = 3.54%
R=75.22%
G=21.24%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17048800.720.950.3314.8191.0134.9
HexAA3080485F21f5b23
Octal25260100110137411713343
Binary10101010110000100001001000101111110000111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3008; }

 p { color: rgb(170,48,8); }

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

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

 a { background-color: rgb(170,48,8); }

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

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

 span { border-color: rgb(170,48,8); }

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