#AA3B1B

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

Shades of Rust #AA3B1B

Tints of Rust #AA3B1B

Color information

#AA3B1B (or 0xAA3B1B) is unknown color: approx Rust. HEX triplet: AA, 3B and 1B. RGB value is (170,59,27). Sum of RGB (Red+Green+Blue) = 170+59+27=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B1B is #55C4E4. Grayscale: #585858. Windows color (decimal): -5620965 or 1784746. OLE color: 1784746.

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

Color convert

RGB1705927-
CMYK00.650.840.33
HSL13.43º72.59%38.63%-
HSV(B)13.43º84.12%66.67%-
XYZ18.3411.752.34-
YUV88.5493.27186.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 27 (10.94% from 255) = 10.55%
R=66.41%
G=23.05%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170592700.650.840.3313.4372.5938.63
HexAA3B1B0415421d4927
Octal25273330101124411511147
Binary101010101110111101101000001101010010000111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B1B; }

 p { color: rgb(170,59,27); }

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

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

 a { background-color: rgb(170,59,27); }

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

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

 span { border-color: rgb(170,59,27); }

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