#A44405

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

Shades of Rust #A44405

Tints of Rust #A44405

Color information

#A44405 (or 0xA44405) is unknown color: approx Rust. HEX triplet: A4, 44 and 05. RGB value is (164,68,5). Sum of RGB (Red+Green+Blue) = 164+68+5=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A44405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44405 is #5BBBFA. Grayscale: #595959. Windows color (decimal): -6011899 or 345252. OLE color: 345252.

HSL color Cylindrical-coordinate representation of color #A44405: hue angle of 23.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A44405 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB164685-
CMYK00.590.970.36
HSL23.77º94.08%33.14%-
HSV(B)23.77º96.95%64.31%-
XYZ17.412.041.55-
YUV89.5280.3181.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.20%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=69.20%
G=28.69%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16468500.590.970.3623.7794.0833.14
HexA444503B6124185e21
Octal2441045073141443013641
Binary10100100100010010101110111100001100100110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44405; }

 p { color: rgb(164,68,5); }

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

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

 a { background-color: rgb(164,68,5); }

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

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

 span { border-color: rgb(164,68,5); }

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