Trechus rubens
Trechus rubens is a species of ground beetle in the Trechinae subfamily.[1]
Trechus rubens | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Coleoptera |
Family: | Carabidae |
Genus: | Trechus |
Species: | T. rubens |
Binomial name | |
Trechus rubens Fabricius, 1792 | |
Description
Beetle in length from 5–6 millimetres (0.20–0.24 in). The upper body is reddish brown. That is common from eastern North America to Europe, Siberia.
Ecology
Trechus rubens lives under stones in rocky seaside environment.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?
gollark: <@!309787486278909952> Have you problemized the problemoid yet?
gollark: Troubling. The eye disablement beams failed?
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.