#A44A11

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

Shades of Rust #A44A11

Tints of Rust #A44A11

Color information

#A44A11 (or 0xA44A11) is unknown color: approx Rust. HEX triplet: A4, 4A and 11. RGB value is (164,74,17). Sum of RGB (Red+Green+Blue) = 164+74+17=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A11 is #5BB5EE. Grayscale: #5E5E5E. Windows color (decimal): -6010351 or 1133220. OLE color: 1133220.

HSL color Cylindrical-coordinate representation of color #A44A11: hue angle of 23.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A44A11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1647417-
CMYK00.550.900.36
HSL23.27º81.22%35.49%-
HSV(B)23.27º89.63%64.31%-
XYZ17.8612.832.07-
YUV94.4184.32177.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.31%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 17 (7.03% from 255) = 6.67%
R=64.31%
G=29.02%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164741700.550.900.3623.2781.2235.49
HexA44A110375A24175123
Octal24411221067132442712143
Binary1010010010010101000101101111011010100100101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A11; }

 p { color: rgb(164,74,17); }

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

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

 a { background-color: rgb(164,74,17); }

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

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

 span { border-color: rgb(164,74,17); }

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