#a44116

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

Shades of Rust #A44116

Tints of Rust #A44116

Color information

#A44116 (or 0xA44116) is unknown color: approx Rust. HEX triplet: A4, 41 and 16. RGB value is (164,65,22). Sum of RGB (Red+Green+Blue) = 164+65+22=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A44116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44116 is #5BBEE9. Grayscale: #595959. Windows color (decimal): -6012650 or 1458596. OLE color: 1458596.

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

Color convert

RGB1646522-
CMYK00.600.870.36
HSL18.17º76.34%36.47%-
HSV(B)18.17º86.59%64.31%-
XYZ17.3411.732.11-
YUV89.789.8181-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.34%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=65.34%
G=25.90%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164652200.600.870.3618.1776.3436.47
HexA4411603C5724124c24
Octal24410126074127442211444
Binary1010010010000011011001111001010111100100100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44116; }

 p { color: rgb(164,65,22); }

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

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

 a { background-color: rgb(164,65,22); }

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

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

 span { border-color: rgb(164,65,22); }

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