#A44500

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

Shades of Rust #A44500

Tints of Rust #A44500

Color information

#A44500 (or 0xA44500) is unknown color: approx Rust. HEX triplet: A4, 45 and 00. RGB value is (164,69,0). Sum of RGB (Red+Green+Blue) = 164+69+0=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A44500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44500 is #5BBAFF. Grayscale: #595959. Windows color (decimal): -6011648 or 17828. OLE color: 17828.

HSL color Cylindrical-coordinate representation of color #A44500: hue angle of 25.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A44500 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB164690-
CMYK00.5810.36
HSL25.24º100%32.16%-
HSV(B)25.24º100%64.31%-
XYZ17.4412.151.43-
YUV89.5477.47181.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.39%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.39%
G=29.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16469000.5810.3625.2410032.16
HexA445003A6424196420
Octal2441050072144443114440
Binary101001001000101001110101100100100100110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44500; }

 p { color: rgb(164,69,0); }

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

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

 a { background-color: rgb(164,69,0); }

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

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

 span { border-color: rgb(164,69,0); }

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