#A63714

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

Shades of Rust #A63714

Tints of Rust #A63714

Color information

#A63714 (or 0xA63714) is unknown color: approx Rust. HEX triplet: A6, 37 and 14. RGB value is (166,55,20). Sum of RGB (Red+Green+Blue) = 166+55+20=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A63714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63714 is #59C8EB. Grayscale: #545454. Windows color (decimal): -5884140 or 1324966. OLE color: 1324966.

HSL color Cylindrical-coordinate representation of color #A63714: hue angle of 14.38º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A63714 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB1665520-
CMYK00.670.880.35
HSL14.38º78.49%36.47%-
HSV(B)14.38º87.95%65.1%-
XYZ17.2210.891.86-
YUV84.291.77186.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.88%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 20 (8.20% from 255) = 8.30%
R=68.88%
G=22.82%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166552000.670.880.3514.3878.4936.47
HexA637140435823e4e24
Octal24667240103130431611644
Binary101001101101111010001000011101100010001111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63714; }

 p { color: rgb(166,55,20); }

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

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

 a { background-color: rgb(166,55,20); }

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

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

 span { border-color: rgb(166,55,20); }

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