#AA421D

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

Shades of Rust #AA421D

Tints of Rust #AA421D

Color information

#AA421D (or 0xAA421D) is unknown color: approx Rust. HEX triplet: AA, 42 and 1D. RGB value is (170,66,29). Sum of RGB (Red+Green+Blue) = 170+66+29=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA421D is #55BDE2. Grayscale: #5D5D5D. Windows color (decimal): -5619171 or 1917610. OLE color: 1917610.

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

Color convert

RGB1706629-
CMYK00.610.830.33
HSL15.74º70.85%39.02%-
HSV(B)15.74º82.94%66.67%-
XYZ18.7512.532.59-
YUV92.8891.96183.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=64.15%
G=24.91%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170662900.610.830.3315.7470.8539.02
HexAA421D03D5321104727
Octal25210235075123412010747
Binary1010101010000101110101111011010011100001100001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA421D; }

 p { color: rgb(170,66,29); }

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

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

 a { background-color: rgb(170,66,29); }

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

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

 span { border-color: rgb(170,66,29); }

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