#A34613

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

Shades of Rust #A34613

Tints of Rust #A34613

Color information

#A34613 (or 0xA34613) is unknown color: approx Rust. HEX triplet: A3, 46 and 13. RGB value is (163,70,19). Sum of RGB (Red+Green+Blue) = 163+70+19=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34613 is #5CB9EC. Grayscale: #5C5C5C. Windows color (decimal): -6076909 or 1263267. OLE color: 1263267.

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

Color convert

RGB1637019-
CMYK00.570.880.36
HSL21.25º79.12%35.69%-
HSV(B)21.25º88.34%63.92%-
XYZ17.4112.212.06-
YUV91.9986.81178.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=64.68%
G=27.78%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163701900.570.880.3621.2579.1235.69
HexA346130395824154f24
Octal24310623071130442511744
Binary1010001110001101001101110011011000100100101011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34613; }

 p { color: rgb(163,70,19); }

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

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

 a { background-color: rgb(163,70,19); }

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

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

 span { border-color: rgb(163,70,19); }

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