#AA430B

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

Shades of Rust #AA430B

Tints of Rust #AA430B

Color information

#AA430B (or 0xAA430B) is unknown color: approx Rust. HEX triplet: AA, 43 and 0B. RGB value is (170,67,11). Sum of RGB (Red+Green+Blue) = 170+67+11=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430B is #55BCF4. Grayscale: #5B5B5B. Windows color (decimal): -5618933 or 738218. OLE color: 738218.

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

Color convert

RGB1706711-
CMYK00.610.940.33
HSL21.13º87.85%35.49%-
HSV(B)21.13º93.53%66.67%-
XYZ18.6512.581.76-
YUV91.4182.62184.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68.55%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 11 (4.69% from 255) = 4.44%
R=68.55%
G=27.02%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170671100.610.940.3321.1387.8535.49
HexAA43B03D5E21155823
Octal25210313075136412513043
Binary101010101000011101101111011011110100001101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA430B; }

 p { color: rgb(170,67,11); }

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

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

 a { background-color: rgb(170,67,11); }

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

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

 span { border-color: rgb(170,67,11); }

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