#A34116

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

Shades of Rust #A34116

Tints of Rust #A34116

Color information

#A34116 (or 0xA34116) is unknown color: approx Rust. HEX triplet: A3, 41 and 16. RGB value is (163,65,22). Sum of RGB (Red+Green+Blue) = 163+65+22=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A34116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34116 is #5CBEE9. Grayscale: #595959. Windows color (decimal): -6078186 or 1458595. OLE color: 1458595.

HSL color Cylindrical-coordinate representation of color #A34116: hue angle of 18.3º 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 #A34116 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1636522-
CMYK00.600.870.36
HSL18.3º76.22%36.27%-
HSV(B)18.3º86.5%63.92%-
XYZ17.1411.632.1-
YUV89.489.97180.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.2%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=65.2%
G=26%
B=8.8%

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
Decimal163652200.600.870.3618.376.2236.27
HexA3411603C5724124c24
Octal24310126074127442211444
Binary1010001110000011011001111001010111100100100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34116; }

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

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

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

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

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

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

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

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